Struct rusoto_ssm::UpdateDocumentRequest [] [src]

pub struct UpdateDocumentRequest {
    pub content: DocumentContent,
    pub document_version: Option<DocumentVersion>,
    pub name: DocumentName,
}

Fields

The content in a document that you want to update.

The version of the document that you want to update.

The name of the document that you want to update.

Trait Implementations

impl Default for UpdateDocumentRequest
[src]

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

impl Debug for UpdateDocumentRequest
[src]

Formats the value using the given formatter.

impl Clone for UpdateDocumentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more