Struct aws_sdk_codedeploy::model::GenericRevisionInfo [−][src]
#[non_exhaustive]pub struct GenericRevisionInfo {
pub description: Option<String>,
pub deployment_groups: Option<Vec<String>>,
pub first_used_time: Option<DateTime>,
pub last_used_time: Option<DateTime>,
pub register_time: Option<DateTime>,
}
Expand description
Information about an application revision.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.description: Option<String>
A comment about the revision.
deployment_groups: Option<Vec<String>>
The deployment groups for which this is the current target revision.
first_used_time: Option<DateTime>
When the revision was first used by AWS CodeDeploy.
last_used_time: Option<DateTime>
When the revision was last used by AWS CodeDeploy.
register_time: Option<DateTime>
When the revision was registered with AWS CodeDeploy.
Implementations
A comment about the revision.
The deployment groups for which this is the current target 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.
Creates a new builder-style object to manufacture GenericRevisionInfo
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for GenericRevisionInfo
impl Send for GenericRevisionInfo
impl Sync for GenericRevisionInfo
impl Unpin for GenericRevisionInfo
impl UnwindSafe for GenericRevisionInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more