You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::GetAggregateConfigRuleComplianceSummaryRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetAggregateConfigRuleComplianceSummaryRequest as input to an Aws::Client method, you can use a vanilla 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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_nameString

The name of the configuration aggregator.

Returns:

  • (String)

    The name of the configuration aggregator.

#filtersTypes::ConfigRuleComplianceSummaryFilters

Filters the results based on the ConfigRuleComplianceSummaryFilters object.

Returns:

#group_by_keyString

Groups the result based on ACCOUNT_ID or AWS_REGION.

Possible values:

  • ACCOUNT_ID
  • AWS_REGION

Returns:

  • (String)

    Groups the result based on ACCOUNT_ID or AWS_REGION.

#limitInteger

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, AWS Config uses the default.

Returns:

  • (Integer)

    The maximum number of evaluation results returned on each page.

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

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