You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SSM::Types::InventoryItemWhen passing InventoryItem as input to an Aws::Client method, you can use a vanilla Hash:
{
type_name: "InventoryItemTypeName", schema_version: "InventoryItemSchemaVersion", capture_time: "InventoryItemCaptureTime", content_hash: "InventoryItemContentHash",
content: [
{
"AttributeName" => "AttributeValue",
},
],
context: {
"AttributeName" => "AttributeValue",
},
}
Information collected from managed instances based on your inventory policy document
Instance Attribute Summary collapseThe time the inventory information was collected.
The inventory data of the inventory type.
MD5 hash of the inventory item type contents.
A map of associated properties for a specified inventory type.
The schema version for the inventory item.
The name of the inventory type.
The time the inventory information was collected.
#content ⇒ Array<Hash<String,String>>The inventory data of the inventory type.
#content_hash ⇒ StringMD5 hash of the inventory item type contents. The content hash is used to determine whether to update inventory information. The PutInventory API does not update the inventory item type contents if the MD5 hash has not changed since last update.
#context ⇒ Hash<String,String>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 schema version for the inventory item.
#type_name ⇒ StringThe 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.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4