Struct rusoto_ssm::GetDocumentResult [] [src]

pub struct GetDocumentResult {
    pub content: Option<String>,
    pub document_type: Option<String>,
    pub document_version: Option<String>,
    pub name: Option<String>,
}

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]

[src]

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

impl Debug for GetDocumentResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetDocumentResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more