class Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      product_id: "Id",
      product_name: "ProductViewName",
      provisioning_artifact_id: "Id",
      provisioning_artifact_name: "ProvisioningArtifactName",
      path_id: "Id",
      path_name: "PortfolioDisplayName",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] product_id

The product identifier. You must provide the product name or ID, but
not both.
@return [String]

@!attribute [rw] product_name

The name of the product. You must provide the name or ID, but not
both.
@return [String]

@!attribute [rw] provisioning_artifact_id

The identifier of the provisioning artifact. You must provide the
name or ID, but not both.
@return [String]

@!attribute [rw] provisioning_artifact_name

The name of the provisioning artifact. You must provide the name or
ID, but not both.
@return [String]

@!attribute [rw] path_id

The path identifier of the product. This value is optional if the
product has a default path, and required if the product has more
than one path. To list the paths for a product, use ListLaunchPaths.
You must provide the name or ID, but not both.
@return [String]

@!attribute [rw] path_name

The name of the path. You must provide the name or ID, but not both.
@return [String]

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

Constants

SENSITIVE