#[non_exhaustive]pub struct PutActionRevisionOutput { /* private fields */ }Expand description
Represents the output of a PutActionRevision action.
Implementations
sourceimpl PutActionRevisionOutput
impl PutActionRevisionOutput
sourcepub fn new_revision(&self) -> bool
pub fn new_revision(&self) -> bool
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The ID of the current workflow state of the pipeline.
sourceimpl PutActionRevisionOutput
impl PutActionRevisionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutActionRevisionOutput.
Trait Implementations
sourceimpl Clone for PutActionRevisionOutput
impl Clone for PutActionRevisionOutput
sourcefn clone(&self) -> PutActionRevisionOutput
fn clone(&self) -> PutActionRevisionOutput
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 PutActionRevisionOutput
impl Debug for PutActionRevisionOutput
sourceimpl PartialEq<PutActionRevisionOutput> for PutActionRevisionOutput
impl PartialEq<PutActionRevisionOutput> for PutActionRevisionOutput
sourcefn eq(&self, other: &PutActionRevisionOutput) -> bool
fn eq(&self, other: &PutActionRevisionOutput) -> bool
impl StructuralPartialEq for PutActionRevisionOutput
Auto Trait Implementations
impl RefUnwindSafe for PutActionRevisionOutput
impl Send for PutActionRevisionOutput
impl Sync for PutActionRevisionOutput
impl Unpin for PutActionRevisionOutput
impl UnwindSafe for PutActionRevisionOutput
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