You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::InventoryResultItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The inventory result item.

Instance Attribute Summary collapse

Instance Attribute Details

#capture_timeString

The time inventory item data was captured.

Returns:

  • (String)

    The time inventory item data was captured.

#contentArray<Hash<String,String>>

Contains all the inventory data of the item type. Results include attribute names and values.

Returns:

  • (Array<Hash<String,String>>)

    Contains all the inventory data of the item type.

#content_hashString

MD5 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.

Returns:

  • (String)

    MD5 hash of the inventory item type contents.

#schema_versionString

The schema version for the inventory result item/

Returns:

  • (String)

    The schema version for the inventory result item/.

#type_nameString

The name of the inventory result item type.

Returns:

  • (String)

    The name of the inventory result item type.