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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

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:



9641
9642
9643
9644
9645
# File 'lib/aws-sdk-ssm/types.rb', line 9641

class InventoryResultEntity < Struct.new(
  :id,
  :data)
  include Aws::Structure
end

#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)


9641
9642
9643
9644
9645
# File 'lib/aws-sdk-ssm/types.rb', line 9641

class InventoryResultEntity < Struct.new(
  :id,
  :data)
  include Aws::Structure
end