class Aws::ServiceCatalog::Types::DescribeProvisionedProductInput

DescribeProvisionedProductAPI input structure. AcceptLanguage - [Optional] The language code for localization. Id - [Optional] The provisioned product identifier. Name - [Optional] Another provisioned product identifier. Customers must provide either Id or Name.

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

data as a hash:

    {
      accept_language: "AcceptLanguage",
      id: "Id",
      name: "ProvisionedProductName",
    }

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@!attribute [rw] id

The provisioned product identifier. You must provide the name or ID,
but not both.

If you do not provide a name or ID, or you provide both name and ID,
an `InvalidParametersException` will occur.
@return [String]

@!attribute [rw] name

The name of the provisioned product. You must provide the name or
ID, but not both.

If you do not provide a name or ID, or you provide both name and ID,
an `InvalidParametersException` will occur.
@return [String]

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

Constants

SENSITIVE