Struct rusoto_greengrass::VersionInformation [] [src]

pub struct VersionInformation {
    pub arn: Option<String>,
    pub creation_timestamp: Option<String>,
    pub id: Option<String>,
    pub version: Option<String>,
}

Information on the version

Fields

Arn of the version.

Timestamp of when the version was created.

Id of the resource container.

Unique Id of a version.

Trait Implementations

impl Default for VersionInformation
[src]

[src]

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

impl Debug for VersionInformation
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VersionInformation
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations