Class: Aws::ConfigService::Types::GetAggregateConfigRuleComplianceSummaryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregate_compliance_countsArray<Types::AggregateComplianceCount>

Returns a list of AggregateComplianceCounts object.



4011
4012
4013
4014
4015
4016
4017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4011

class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new(
  :group_by_key,
  :aggregate_compliance_counts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#group_by_keyString

Groups the result based on ACCOUNT_ID or AWS_REGION.

Returns:

  • (String)


4011
4012
4013
4014
4015
4016
4017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4011

class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new(
  :group_by_key,
  :aggregate_compliance_counts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


4011
4012
4013
4014
4015
4016
4017
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4011

class GetAggregateConfigRuleComplianceSummaryResponse < Struct.new(
  :group_by_key,
  :aggregate_compliance_counts,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end