Struct rusoto_ssm::UpdateDocumentDefaultVersionRequest[][src]

pub struct UpdateDocumentDefaultVersionRequest {
    pub document_version: String,
    pub name: String,
}

Fields

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

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

Trait Implementations

impl Default for UpdateDocumentDefaultVersionRequest
[src]

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

impl Debug for UpdateDocumentDefaultVersionRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateDocumentDefaultVersionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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