class Aws::ServiceCatalog::Types::ProvisioningParameter

Information about a parameter used to provision a product.

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

data as a hash:

    {
      key: "ParameterKey",
      value: "ParameterValue",
    }

@!attribute [rw] key

The parameter key.
@return [String]

@!attribute [rw] value

The parameter value.
@return [String]

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

Constants

SENSITIVE