Struct rusoto_servicecatalog::UpdateProvisioningParameter [] [src]

pub struct UpdateProvisioningParameter {
    pub key: Option<ParameterKey>,
    pub use_previous_value: Option<UsePreviousValue>,
    pub value: Option<ParameterValue>,
}

The parameter key/value pair used to update a ProvisionedProduct object. If UsePreviousValue is set to true, Value is ignored and the value for Key is kept as previously set (current value).

Fields

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

If true, uses the currently set value for Key, ignoring UpdateProvisioningParameter.Value.

The value to use for updating the product provisioning. Any constraints on this value can be found in the ProvisioningArtifactParameter parameter for Key.

Trait Implementations

impl Default for UpdateProvisioningParameter
[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateProvisioningParameter
[src]

Formats the value using the given formatter.

impl Clone for UpdateProvisioningParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more