Struct rusoto_servicecatalog::ProvisioningArtifactParameter [] [src]

pub struct ProvisioningArtifactParameter {
    pub default_value: Option<DefaultValue>,
    pub description: Option<Description>,
    pub is_no_echo: Option<NoEcho>,
    pub parameter_constraints: Option<ParameterConstraints>,
    pub parameter_key: Option<ParameterKey>,
    pub parameter_type: Option<ParameterType>,
}

A parameter used to successfully provision the product. This value includes a list of allowable values and additional metadata.

Fields

The default value for this parameter.

The text description of the parameter.

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

The list of constraints that the administrator has put on the parameter.

The parameter key.

The parameter type.

Trait Implementations

impl Default for ProvisioningArtifactParameter
[src]

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

impl Debug for ProvisioningArtifactParameter
[src]

Formats the value using the given formatter.

impl Clone for ProvisioningArtifactParameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more