Class: Aws::SSM::Types::GetInventoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetInventoryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregators ⇒ Array<Types::InventoryAggregator>
Returns counts of inventory types based on one or more expressions.
-
#filters ⇒ Array<Types::InventoryFilter>
One or more filters.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
The token for the next set of items to return.
-
#result_attributes ⇒ Array<Types::ResultAttribute>
The list of inventory item types to return.
Instance Attribute Details
#aggregators ⇒ Array<Types::InventoryAggregator>
Returns counts of inventory types based on one or more expressions. For example, if you aggregate by using an expression that uses the ‘AWS:InstanceInformation.PlatformType` type, you can see a count of how many Windows and Linux managed nodes exist in your inventoried fleet.
7929 7930 7931 7932 7933 7934 7935 7936 7937 |
# File 'lib/aws-sdk-ssm/types.rb', line 7929 class GetInventoryRequest < Struct.new( :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::InventoryFilter>
One or more filters. Use a filter to return a more specific list of results.
7929 7930 7931 7932 7933 7934 7935 7936 7937 |
# File 'lib/aws-sdk-ssm/types.rb', line 7929 class GetInventoryRequest < Struct.new( :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
7929 7930 7931 7932 7933 7934 7935 7936 7937 |
# File 'lib/aws-sdk-ssm/types.rb', line 7929 class GetInventoryRequest < Struct.new( :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of items to return. (You received this token from a previous call.)
7929 7930 7931 7932 7933 7934 7935 7936 7937 |
# File 'lib/aws-sdk-ssm/types.rb', line 7929 class GetInventoryRequest < Struct.new( :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#result_attributes ⇒ Array<Types::ResultAttribute>
The list of inventory item types to return.
7929 7930 7931 7932 7933 7934 7935 7936 7937 |
# File 'lib/aws-sdk-ssm/types.rb', line 7929 class GetInventoryRequest < Struct.new( :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |