class Aws::ConfigService::Types::GetConformancePackComplianceDetailsRequest

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

data as a hash:

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

@!attribute [rw] conformance_pack_name

Name of the conformance pack.
@return [String]

@!attribute [rw] filters

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

@!attribute [rw] limit

The maximum number of evaluation results returned on each page. If
you do no specify a number, Config uses the default. The default is
100.
@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/GetConformancePackComplianceDetailsRequest AWS API Documentation

Constants

SENSITIVE