Struct rusoto_ssm::Parameter [] [src]

pub struct Parameter {
    pub name: Option<PSParameterName>,
    pub type_: Option<ParameterType>,
    pub value: Option<PSParameterValue>,
}

An Amazon EC2 Systems Manager parameter in Parameter Store.

Fields

The name of the parameter.

The type of parameter. Valid values include the following: String, String list, Secure string.

The parameter value.

Trait Implementations

impl Default for Parameter
[src]

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

impl Debug for Parameter
[src]

Formats the value using the given formatter.

impl Clone for Parameter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more