class Aws::ConfigService::Types::GetAggregateConfigRuleComplianceSummaryRequest

@note When making an API call, you may pass GetAggregateConfigRuleComplianceSummaryRequest

data as a hash:

    {
      configuration_aggregator_name: "ConfigurationAggregatorName", # required
      filters: {
        account_id: "AccountId",
        aws_region: "AwsRegion",
      },
      group_by_key: "ACCOUNT_ID", # accepts ACCOUNT_ID, AWS_REGION
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] configuration_aggregator_name

The name of the configuration aggregator.
@return [String]

@!attribute [rw] filters

Filters the results based on the ConfigRuleComplianceSummaryFilters
object.
@return [Types::ConfigRuleComplianceSummaryFilters]

@!attribute [rw] group_by_key

Groups the result based on ACCOUNT\_ID or AWS\_REGION.
@return [String]

@!attribute [rw] limit

The maximum number of evaluation results returned on each page. The
default is 1000. You cannot specify a number greater than 1000. If
you specify 0, Config uses the default.
@return [Integer]

@!attribute [rw] next_token

The `nextToken` string returned on a previous page that you use to
get the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/GetAggregateConfigRuleComplianceSummaryRequest AWS API Documentation

Constants

SENSITIVE