Struct rusoto_ssm::DocumentVersionInfo [] [src]

pub struct DocumentVersionInfo {
    pub created_date: Option<DateTime>,
    pub document_version: Option<DocumentVersion>,
    pub is_default_version: Option<Boolean>,
    pub name: Option<DocumentName>,
}

Version information about the document.

Fields

The date the document was created.

The document version.

An identifier for the default version of the document.

The document name.

Trait Implementations

impl Default for DocumentVersionInfo
[src]

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

impl Debug for DocumentVersionInfo
[src]

Formats the value using the given formatter.

impl Clone for DocumentVersionInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more