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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 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.
12074 12075 12076 12077 12078 12079 12080 12081 12082 12083 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 12074 class ListInventoryEntriesResult < Struct.new( :type_name, :instance_id, :schema_version, :capture_time, :entries, :next_token) SENSITIVE = [] include Aws::Structure end |