Struct aws_sdk_codepipeline::model::CurrentRevision
source · [−]#[non_exhaustive]pub struct CurrentRevision {
pub revision: Option<String>,
pub change_identifier: Option<String>,
pub created: Option<DateTime>,
pub revision_summary: Option<String>,
}
Expand description
Represents information about a current 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.revision: Option<String>
The revision ID of the current version of an artifact.
change_identifier: Option<String>
The change identifier for the current revision.
created: Option<DateTime>
The date and time when the most recent revision of the artifact was created, in timestamp format.
revision_summary: Option<String>
The summary of the most recent revision of the artifact.
Implementations
The change identifier for the current revision.
The date and time when the most recent revision of the artifact was created, in timestamp format.
The summary of the most recent revision of the artifact.
Creates a new builder-style object to manufacture CurrentRevision
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 CurrentRevision
impl Send for CurrentRevision
impl Sync for CurrentRevision
impl Unpin for CurrentRevision
impl UnwindSafe for CurrentRevision
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