Struct rusoto_ssm::PutParameterResult [] [src]

pub struct PutParameterResult {
    pub version: Option<i64>,
}

Fields

The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API actions or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.

Trait Implementations

impl Default for PutParameterResult
[src]

[src]

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

impl Debug for PutParameterResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutParameterResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations