Struct rusoto_servicecatalog::ProvisioningParameter [] [src]

pub struct ProvisioningParameter {
    pub key: Option<ParameterKey>,
    pub value: Option<ParameterValue>,
}

The arameter key/value pairs used to provision a product.

Fields

The ProvisioningArtifactParameter.ParameterKey parameter from DescribeProvisioningParameters.

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

Trait Implementations

impl Default for ProvisioningParameter
[src]

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

impl Debug for ProvisioningParameter
[src]

Formats the value using the given formatter.

impl Clone for ProvisioningParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more