class
Amazonite::Ssm::ListInventoryEntriesResult
- Amazonite::Ssm::ListInventoryEntriesResult
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/list_inventory_entries_result.crConstructors
- .new(pull : JSON::PullParser)
- .new(type_name : String | Nil = nil, instance_id : String | Nil = nil, schema_version : String | Nil = nil, capture_time : String | Nil = nil, entries : Array(Hash(String, String)) | Nil = nil, next_token : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capture_time : String | Nil
The time that inventory information was collected for the managed nodes.
-
#capture_time=(capture_time : String | Nil)
The time that inventory information was collected for the managed nodes.
-
#entries : Array(Hash(String, String)) | Nil
A list of inventory items on the managed nodes.
-
#entries=(entries : Array(Hash(String, String)) | Nil)
A list of inventory items on the managed nodes.
-
#hash(hasher)
See
Object#hash(hasher) -
#instance_id : String | Nil
The managed node ID targeted by the request to query inventory information.
-
#instance_id=(instance_id : String | Nil)
The managed node ID targeted by the request to query inventory information.
-
#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.
-
#schema_version : String | Nil
The inventory schema version used by the managed nodes.
-
#schema_version=(schema_version : String | Nil)
The inventory schema version used by the managed nodes.
-
#type_name : String | Nil
The type of inventory item returned by the request.
-
#type_name=(type_name : String | Nil)
The type of inventory item returned by the request.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The time that inventory information was collected for the managed nodes.
The time that inventory information was collected for the managed nodes.
A list of inventory items on the managed nodes.
The managed node ID targeted by the request to query inventory information.
The managed node ID targeted by the request to query inventory information.
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.
The inventory schema version used by the managed nodes.