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

Class: Aws::SSM::Types::ListInventoryEntriesResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#capture_timeString

The time that inventory information was collected for the instance(s).

Returns:

  • (String)

    The time that inventory information was collected for the instance(s).

#entriesArray<Hash<String,String>>

A list of inventory items on the instance(s).

Returns:

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

    A list of inventory items on the instance(s).

#instance_idString

The instance ID targeted by the request to query inventory information.

Returns:

  • (String)

    The instance ID targeted by the request to query inventory information.

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)

    The token to use when requesting the next set of items.

#schema_versionString

The inventory schema version used by the instance(s).

Returns:

  • (String)

    The inventory schema version used by the instance(s).

#type_nameString

The type of inventory item returned by the request.

Returns:

  • (String)

    The type of inventory item returned by the request.