class Aws::ConfigService::Types::GetConformancePackComplianceSummaryRequest

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

data as a hash:

    {
      conformance_pack_names: ["ConformancePackName"], # required
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] conformance_pack_names

Names of conformance packs.
@return [Array<String>]

@!attribute [rw] limit

The maximum number of conformance packs returned on each page.
@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/GetConformancePackComplianceSummaryRequest AWS API Documentation

Constants

SENSITIVE