Class: Aws::ConfigService::Types::GetAggregateConfigRuleComplianceSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateConfigRuleComplianceSummaryResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_compliance_counts ⇒ Array<Types::AggregateComplianceCount>
Returns a list of AggregateComplianceCounts object.
-
#group_by_key ⇒ String
Groups the result based on ACCOUNT_ID or AWS_REGION.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#aggregate_compliance_counts ⇒ Array<Types::AggregateComplianceCount>
Returns a list of AggregateComplianceCounts object.
4387 4388 4389 4390 4391 4392 4393 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4387 class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new( :group_by_key, :aggregate_compliance_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_by_key ⇒ String
Groups the result based on ACCOUNT_ID or AWS_REGION.
4387 4388 4389 4390 4391 4392 4393 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4387 class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new( :group_by_key, :aggregate_compliance_counts, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
4387 4388 4389 4390 4391 4392 4393 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4387 class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new( :group_by_key, :aggregate_compliance_counts, :next_token) SENSITIVE = [] include Aws::Structure end |