Class: Aws::SSM::Types::GetOpsSummaryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::GetOpsSummaryRequest
- Defined in:
- gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregators ⇒ Array<Types::OpsAggregator>
Optional aggregators that return counts of OpsData based on one or more expressions.
-
#filters ⇒ Array<Types::OpsFilter>
Optional filters used to scope down the returned OpsData.
-
#max_results ⇒ Integer
The maximum number of items to return for this call.
-
#next_token ⇒ String
A token to start the list.
-
#result_attributes ⇒ Array<Types::OpsResultAttribute>
The OpsData data type to return.
-
#sync_name ⇒ String
Specify the name of a resource data sync to get.
Instance Attribute Details
#aggregators ⇒ Array<Types::OpsAggregator>
Optional aggregators that return counts of OpsData based on one or more expressions.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Array<Types::OpsFilter>
Optional filters used to scope down the returned OpsData.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :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.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token to start the list. Use this token to get the next set of results.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#result_attributes ⇒ Array<Types::OpsResultAttribute>
The OpsData data type to return.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#sync_name ⇒ String
Specify the name of a resource data sync to get.
8669 8670 8671 8672 8673 8674 8675 8676 8677 8678 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 8669 class GetOpsSummaryRequest < Struct.new( :sync_name, :filters, :aggregators, :result_attributes, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |