Struct rusoto_ssm::GetDocumentRequest [] [src]

pub struct GetDocumentRequest {
    pub document_version: Option<DocumentVersion>,
    pub name: DocumentARN,
}

Fields

The document version for which you want information.

The name of the SSM document.

Trait Implementations

impl Default for GetDocumentRequest
[src]

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

impl Debug for GetDocumentRequest
[src]

Formats the value using the given formatter.

impl Clone for GetDocumentRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more