class
Amazonite::Ssm::GetInventoryResult
- Amazonite::Ssm::GetInventoryResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/get_inventory_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(entities : Array(InventoryResultEntity) | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entities : Array(InventoryResultEntity) | Nil
Collection of inventory entities such as a collection of managed node inventory.
-
#entities=(entities : Array(InventoryResultEntity) | Nil)
Collection of inventory entities such as a collection of managed node inventory.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_token : String | Nil
The token to use when requesting the next set of items.
-
#next_token=(next_token : String | Nil)
The token to use when requesting the next set of items.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Collection of inventory entities such as a collection of managed node inventory.
Collection of inventory entities such as a collection of managed node inventory.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.