Struct cfn::aws::ssm::association::ParameterValues [] [src]

pub struct ParameterValues {
    pub parameter_values: ValueList<String>,
}

Fields

Property ParameterValues.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for ParameterValues
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for ParameterValues
[src]

[src]

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

Auto Trait Implementations