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

Class: Aws::SSM::Types::InventoryResultEntity

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

Overview

Inventory query results.

Instance Attribute Summary collapse

Instance Attribute Details

#dataHash<String,Types::InventoryResultItem>

The data section in the inventory result entity JSON.

Returns:

#idString

ID of the inventory result entity. For example, for managed instance inventory the result will be the managed instance ID. For EC2 instance inventory, the result will be the instance ID.

Returns:

  • (String)

    ID of the inventory result entity.