Struct rusoto_ssm::PutParameterRequest [] [src]

pub struct PutParameterRequest {
    pub description: Option<ParameterDescription>,
    pub key_id: Option<ParameterKeyId>,
    pub name: PSParameterName,
    pub overwrite: Option<Boolean>,
    pub type_: ParameterType,
    pub value: PSParameterValue,
}

Fields

Information about the parameter that you want to add to the system

The parameter key ID that you want to add to the system.

The name of the parameter that you want to add to the system.

Overwrite an existing parameter. If not specified, will default to "false".

The type of parameter that you want to add to the system.

The parameter value that you want to add to the system.

Trait Implementations

impl Default for PutParameterRequest
[src]

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

impl Debug for PutParameterRequest
[src]

Formats the value using the given formatter.

impl Clone for PutParameterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more