Struct aws_sdk_codepipeline::model::CurrentRevision
source · [−]#[non_exhaustive]pub struct CurrentRevision { /* private fields */ }
Expand description
Represents information about a current revision.
Implementations
sourceimpl CurrentRevision
impl CurrentRevision
sourcepub fn change_identifier(&self) -> Option<&str>
pub fn change_identifier(&self) -> Option<&str>
The change identifier for the current revision.
sourcepub fn created(&self) -> Option<&DateTime>
pub fn created(&self) -> Option<&DateTime>
The date and time when the most recent revision of the artifact was created, in timestamp format.
sourcepub fn revision_summary(&self) -> Option<&str>
pub fn revision_summary(&self) -> Option<&str>
The summary of the most recent revision of the artifact.
sourceimpl CurrentRevision
impl CurrentRevision
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CurrentRevision
.
Trait Implementations
sourceimpl Clone for CurrentRevision
impl Clone for CurrentRevision
sourcefn clone(&self) -> CurrentRevision
fn clone(&self) -> CurrentRevision
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CurrentRevision
impl Debug for CurrentRevision
sourceimpl PartialEq<CurrentRevision> for CurrentRevision
impl PartialEq<CurrentRevision> for CurrentRevision
sourcefn eq(&self, other: &CurrentRevision) -> bool
fn eq(&self, other: &CurrentRevision) -> bool
impl StructuralPartialEq for CurrentRevision
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more