Struct rusoto_cloudformation::Parameter [] [src]

pub struct Parameter {
    pub parameter_key: Option<String>,
    pub parameter_value: Option<String>,
    pub use_previous_value: Option<bool>,
}

The Parameter data type.

Fields

The key associated with the parameter. If you don't specify a key and value for a particular parameter, AWS CloudFormation uses the default value that is specified in your template.

The value associated with the parameter.

During a stack update, use the existing parameter value that the stack is using for a given parameter key. If you specify true, do not specify a parameter value.

Trait Implementations

impl Default for Parameter
[src]

[src]

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

impl Debug for Parameter
[src]

[src]

Formats the value using the given formatter.

impl Clone for Parameter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more