Struct aws_sdk_codepipeline::model::ActionRevision
source · [−]#[non_exhaustive]pub struct ActionRevision { /* private fields */ }
Expand description
Represents information about the version (or revision) of an action.
Implementations
sourceimpl ActionRevision
impl ActionRevision
sourcepub fn revision_id(&self) -> Option<&str>
pub fn revision_id(&self) -> Option<&str>
The system-generated unique ID that identifies the revision number of the action.
sourcepub fn revision_change_id(&self) -> Option<&str>
pub fn revision_change_id(&self) -> Option<&str>
The unique identifier of the change that set the state to this revision (for example, a deployment ID or timestamp).
sourceimpl ActionRevision
impl ActionRevision
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionRevision
.
Trait Implementations
sourceimpl Clone for ActionRevision
impl Clone for ActionRevision
sourcefn clone(&self) -> ActionRevision
fn clone(&self) -> ActionRevision
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 ActionRevision
impl Debug for ActionRevision
sourceimpl PartialEq<ActionRevision> for ActionRevision
impl PartialEq<ActionRevision> for ActionRevision
sourcefn eq(&self, other: &ActionRevision) -> bool
fn eq(&self, other: &ActionRevision) -> bool
impl StructuralPartialEq for ActionRevision
Auto Trait Implementations
impl RefUnwindSafe for ActionRevision
impl Send for ActionRevision
impl Sync for ActionRevision
impl Unpin for ActionRevision
impl UnwindSafe for ActionRevision
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