class Aws::ConfigService::Types::DescribeConformancePackComplianceRequest

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

data as a hash:

    {
      conformance_pack_name: "ConformancePackName", # required
      filters: {
        config_rule_names: ["StringWithCharLimit64"],
        compliance_type: "COMPLIANT", # accepts COMPLIANT, NON_COMPLIANT, INSUFFICIENT_DATA
      },
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] conformance_pack_name

Name of the conformance pack.
@return [String]

@!attribute [rw] filters

A `ConformancePackComplianceFilters` object.
@return [Types::ConformancePackComplianceFilters]

@!attribute [rw] limit

The maximum number of Config rules within a conformance pack are
returned on each page.
@return [Integer]

@!attribute [rw] next_token

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

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

Constants

SENSITIVE