class
Amazonite::Ssm::InventoryItem
- Amazonite::Ssm::InventoryItem
- Reference
- Object
Overview
Information collected from managed nodes based on your inventory policy document
Included Modules
- JSON::Serializable
Defined in:
ssm/inventory_item.crConstructors
- .new(type_name : String, schema_version : String, capture_time : String, content_hash : String | Nil = nil, content : Array(Hash(String, String)) | Nil = nil, context : Hash(String, 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
The time the inventory information was collected.
-
#capture_time=(capture_time : String)
The time the inventory information was collected.
-
#content : Array(Hash(String, String)) | Nil
The inventory data of the inventory type.
-
#content=(content : Array(Hash(String, String)) | Nil)
The inventory data of the inventory 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.
-
#context : Hash(String, String) | Nil
A map of associated properties for a specified inventory type.
-
#context=(context : Hash(String, String) | Nil)
A map of associated properties for a specified inventory type.
-
#hash(hasher)
See
Object#hash(hasher) -
#schema_version : String
The schema version for the inventory item.
-
#schema_version=(schema_version : String)
The schema version for the inventory item.
-
#type_name : String
The name of the inventory type.
-
#type_name=(type_name : String)
The name of the inventory type.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The inventory data of the inventory type.
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.
A map of associated properties for a specified inventory type. For example, with this attribute,
you can specify the ExecutionId, ExecutionType, ComplianceType properties of the
AWS:ComplianceItem type.
A map of associated properties for a specified inventory type. For example, with this attribute,
you can specify the ExecutionId, ExecutionType, ComplianceType properties of the
AWS:ComplianceItem type.
The name of the inventory type. Default inventory item type names start with AWS. Custom
inventory type names will start with Custom. Default inventory item types include the following:
AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and
AWS:WindowsUpdate.
The name of the inventory type. Default inventory item type names start with AWS. Custom
inventory type names will start with Custom. Default inventory item types include the following:
AWS:AWSComponent, AWS:Application, AWS:InstanceInformation, AWS:Network, and
AWS:WindowsUpdate.