class Aws::ServiceCatalog::Types::DescribeServiceActionExecutionParametersInput

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

data as a hash:

    {
      provisioned_product_id: "Id", # required
      service_action_id: "Id", # required
      accept_language: "AcceptLanguage",
    }

@!attribute [rw] provisioned_product_id

The identifier of the provisioned product.
@return [String]

@!attribute [rw] service_action_id

The self-service action identifier.
@return [String]

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

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

Constants

SENSITIVE