Struct rusoto_ssm::CreateDocumentResult [] [src]

pub struct CreateDocumentResult {
    pub document_description: Option<DocumentDescription>,
}

Fields

Information about the Systems Manager document.

Trait Implementations

impl Default for CreateDocumentResult
[src]

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

impl Debug for CreateDocumentResult
[src]

Formats the value using the given formatter.

impl Clone for CreateDocumentResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more