class Aws::ServiceCatalog::Types::ExecuteProvisionedProductPlanInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      plan_id: "Id", # required
      idempotency_token: "IdempotencyToken", # required
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] plan_id

The plan identifier.
@return [String]

@!attribute [rw] idempotency_token

A unique identifier that you provide to ensure idempotency. If
multiple requests differ only by the idempotency token, the same
response is returned for each repeated request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

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

Constants

SENSITIVE