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.



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_keyString

Groups the result based on ACCOUNT_ID or AWS_REGION.

Returns:

  • (String)


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_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)


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