class Aws::ServiceCatalog::Types::ListProvisionedProductPlansInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      provision_product_id: "Id",
      page_size: 1,
      page_token: "PageToken",
      access_level_filter: {
        key: "Account", # accepts Account, Role, User
        value: "AccessLevelFilterValue",
      },
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] provision_product_id

The product identifier.
@return [String]

@!attribute [rw] page_size

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] page_token

The page token for the next set of results. To retrieve the first
set of results, use null.
@return [String]

@!attribute [rw] access_level_filter

The access level to use to obtain results. The default is `User`.
@return [Types::AccessLevelFilter]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/ListProvisionedProductPlansInput AWS API Documentation

Constants

SENSITIVE