Struct rusoto_ssm::DescribeDocumentResult [] [src]

pub struct DescribeDocumentResult {
    pub document: Option<DocumentDescription>,
}

Fields

Information about the SSM document.

Trait Implementations

impl Default for DescribeDocumentResult
[src]

[src]

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

impl Debug for DescribeDocumentResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeDocumentResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more