Struct rusoto_ssm::UpdateDocumentDefaultVersionResult[][src]

pub struct UpdateDocumentDefaultVersionResult {
    pub description: Option<DocumentDefaultVersionDescription>,
}

Fields

The description of a custom document that you want to set as the default version.

Trait Implementations

impl Default for UpdateDocumentDefaultVersionResult
[src]

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

impl Debug for UpdateDocumentDefaultVersionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDocumentDefaultVersionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateDocumentDefaultVersionResult
[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