Struct rusoto_ssm::GetDocumentResult [] [src]

pub struct GetDocumentResult {
    pub content: Option<DocumentContent>,
    pub document_type: Option<DocumentType>,
    pub document_version: Option<DocumentVersion>,
    pub name: Option<DocumentARN>,
}

Fields

The contents of the SSM document.

The document type.

The document version.

The name of the SSM document.

Trait Implementations

impl Default for GetDocumentResult
[src]

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

impl Debug for GetDocumentResult
[src]

Formats the value using the given formatter.

impl Clone for GetDocumentResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more