class
Amazonite::Ssm::InventoryResultItem
- Amazonite::Ssm::InventoryResultItem
- Reference
- Object
Overview
The inventory result item.
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_result_item.crConstructors
- .new(type_name : String, schema_version : String, content : Array(Hash(String, String)), capture_time : String | Nil = nil, content_hash : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#capture_time : String | Nil
The time inventory item data was captured.
-
#capture_time=(capture_time : String | Nil)
The time inventory item data was captured.
-
#content : Array(Hash(String, String))
Contains all the inventory data of the item type.
-
#content=(content : Array(Hash(String, String)))
Contains all the inventory data of the item type.
-
#content_hash : String | Nil
MD5 hash of the inventory item type contents.
-
#content_hash=(content_hash : String | Nil)
MD5 hash of the inventory item type contents.
-
#hash(hasher)
See
Object#hash(hasher) -
#schema_version : String
The schema version for the inventory result item/
-
#schema_version=(schema_version : String)
The schema version for the inventory result item/
-
#type_name : String
The name of the inventory result item type.
-
#type_name=(type_name : String)
The name of the inventory result item type.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Contains all the inventory data of the item type. Results include attribute names and values.
Contains all the inventory data of the item type. Results include attribute names and values.
MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.
MD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API doesn't update the inventory item type contents if the MD5 hash hasn't changed since last update.