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

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

Overview

Inventory query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataHash<String,Types::InventoryResultItem>

The data section in the inventory result entity JSON.

Returns:



10781
10782
10783
10784
10785
10786
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10781

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

#idString

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

Returns:

  • (String)


10781
10782
10783
10784
10785
10786
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10781

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