class Aws::ConfigService::Types::DescribeOrganizationConformancePackStatusesRequest

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

data as a hash:

    {
      organization_conformance_pack_names: ["OrganizationConformancePackName"],
      limit: 1,
      next_token: "String",
    }

@!attribute [rw] organization_conformance_pack_names

The names of organization conformance packs for which you want
status details. If you do not specify any names, Config returns
details for all your organization conformance packs.
@return [Array<String>]

@!attribute [rw] limit

The maximum number of OrganizationConformancePackStatuses 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 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/DescribeOrganizationConformancePackStatusesRequest AWS API Documentation

Constants

SENSITIVE