Struct rusoto_ssm::GetParameterResult[][src]

pub struct GetParameterResult {
    pub parameter: Option<Parameter>,
}

Fields

Information about a parameter.

Trait Implementations

impl Default for GetParameterResult
[src]

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

impl Debug for GetParameterResult
[src]

Formats the value using the given formatter. Read more

impl Clone for GetParameterResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetParameterResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations