Struct rusoto_codedeploy::GenericRevisionInfo [] [src]

pub struct GenericRevisionInfo {
    pub deployment_groups: Option<Vec<String>>,
    pub description: Option<String>,
    pub first_used_time: Option<f64>,
    pub last_used_time: Option<f64>,
    pub register_time: Option<f64>,
}

Information about an application revision.

Fields

The deployment groups for which this is the current target revision.

A comment about the revision.

When the revision was first used by AWS CodeDeploy.

When the revision was last used by AWS CodeDeploy.

When the revision was registered with AWS CodeDeploy.

Trait Implementations

impl Default for GenericRevisionInfo
[src]

[src]

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

impl Debug for GenericRevisionInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for GenericRevisionInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more