Class: Aws::SSM::Types::ListNodesSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::ListNodesSummaryRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregators ⇒ Array<Types::NodeAggregator>
Specify one or more aggregators to return a count of managed nodes that match that expression.
-
#filters ⇒ Array<Types::NodeFilter>
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.
-
#sync_name ⇒ String
The name of the Amazon Web Services managed resource data sync to retrieve information about.
Instance Attribute Details
#aggregators ⇒ Array<Types::NodeAggregator>
Specify one or more aggregators to return a count of managed nodes that match that expression. For example, a count of managed nodes by operating system.
12399 12400 12401 12402 12403 12404 12405 12406 12407 |
# File 'lib/aws-sdk-ssm/types.rb', line 12399 class ListNodesSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::NodeFilter>
One or more filters. Use a filter to generate a summary that matches your specified filter criteria.
12399 12400 12401 12402 12403 12404 12405 12406 12407 |
# File 'lib/aws-sdk-ssm/types.rb', line 12399 class ListNodesSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :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.
12399 12400 12401 12402 12403 12404 12405 12406 12407 |
# File 'lib/aws-sdk-ssm/types.rb', line 12399 class ListNodesSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :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.) The call also returns a token that you can specify in a subsequent call to get the next set of results.
12399 12400 12401 12402 12403 12404 12405 12406 12407 |
# File 'lib/aws-sdk-ssm/types.rb', line 12399 class ListNodesSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
The name of the Amazon Web Services managed resource data sync to retrieve information about.
For cross-account/cross-Region configurations, this parameter is required, and the name of the supported resource data sync is ‘AWS-QuickSetup-ManagedNode`.
For single account/single-Region configurations, the parameter is not required.
12399 12400 12401 12402 12403 12404 12405 12406 12407 |
# File 'lib/aws-sdk-ssm/types.rb', line 12399 class ListNodesSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |