class Aws::ServiceCatalog::Types::UpdateProvisioningParameter

The parameter key-value pair used to update a provisioned product.

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

data as a hash:

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

@!attribute [rw] key

The parameter key.
@return [String]

@!attribute [rw] value

The parameter value.
@return [String]

@!attribute [rw] use_previous_value

If set to true, `Value` is ignored and the previous parameter value
is kept.
@return [Boolean]

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

Constants

SENSITIVE