Class: Aws::SSM::Types::ListInventoryEntriesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListInventoryEntriesResult
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capture_time ⇒ String
The time that inventory information was collected for the managed nodes.
-
#entries ⇒ Array<Hash<String,String>>
A list of inventory items on the managed nodes.
-
#instance_id ⇒ String
The managed node ID targeted by the request to query inventory information.
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#schema_version ⇒ String
The inventory schema version used by the managed nodes.
-
#type_name ⇒ String
The type of inventory item returned by the request.
Instance Attribute Details
#capture_time ⇒ String
The time that inventory information was collected for the managed nodes.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#entries ⇒ Array<Hash<String,String>>
A list of inventory items on the managed nodes.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The managed node ID targeted by the request to query inventory information.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The inventory schema version used by the managed nodes.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |
#type_name ⇒ String
The type of inventory item returned by the request.
12360 12361 12362 12363 12364 12365 12366 12367 12368 12369 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12360 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |