class Aws::ConfigService::Types::DescribeConformancePacksRequest

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

data as a hash:

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

@!attribute [rw] conformance_pack_names

Comma-separated list of conformance pack names for which you want
details. If you do not specify any names, Config returns details for
all your 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 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/DescribeConformancePacksRequest AWS API Documentation

Constants

SENSITIVE