#[non_exhaustive]pub struct PutActionRevisionOutput { /* private fields */ }
Expand description
Represents the output of a PutActionRevision
action.
Implementations§
source§impl 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.
source§impl PutActionRevisionOutput
impl PutActionRevisionOutput
sourcepub fn builder() -> PutActionRevisionOutputBuilder
pub fn builder() -> PutActionRevisionOutputBuilder
Creates a new builder-style object to manufacture PutActionRevisionOutput
.
Trait Implementations§
source§impl Clone for PutActionRevisionOutput
impl Clone for PutActionRevisionOutput
source§fn clone(&self) -> PutActionRevisionOutput
fn clone(&self) -> PutActionRevisionOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PutActionRevisionOutput
impl Debug for PutActionRevisionOutput
source§impl PartialEq<PutActionRevisionOutput> for PutActionRevisionOutput
impl PartialEq<PutActionRevisionOutput> for PutActionRevisionOutput
source§fn eq(&self, other: &PutActionRevisionOutput) -> bool
fn eq(&self, other: &PutActionRevisionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PutActionRevisionOutput
impl RequestId for PutActionRevisionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.