class Aws::ConfigService::Types::DescribeAggregateComplianceByConformancePacksRequest

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

data as a hash:

    {
      configuration_aggregator_name: "ConfigurationAggregatorName", # required
      filters: {
        conformance_pack_name: "ConformancePackName",
        compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
        account_id: "AccountId",
        aws_region: "AwsRegion",
      },
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] configuration_aggregator_name

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

@!attribute [rw] filters

Filters the result by `AggregateConformancePackComplianceFilters`
object.
@return [Types::AggregateConformancePackComplianceFilters]

@!attribute [rw] limit

The maximum number of conformance packs compliance details returned
on each page. The default is maximum. 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/DescribeAggregateComplianceByConformancePacksRequest AWS API Documentation

Constants

SENSITIVE