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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 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.
12215 12216 12217 12218 12219 12220 12221 12222 12223 12224 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12215 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |