Struct aws_sdk_codepipeline::output::PutActionRevisionOutput [−][src]
#[non_exhaustive]pub struct PutActionRevisionOutput {
pub new_revision: bool,
pub pipeline_execution_id: Option<String>,
}
Expand description
Represents the output of a PutActionRevision
action.
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.new_revision: bool
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
pipeline_execution_id: Option<String>
The ID of the current workflow state of the pipeline.
Implementations
Indicates whether the artifact revision was previously used in an execution of the specified pipeline.
The ID of the current workflow state of the pipeline.
Creates a new builder-style object to manufacture PutActionRevisionOutput
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 PutActionRevisionOutput
impl Send for PutActionRevisionOutput
impl Sync for PutActionRevisionOutput
impl Unpin for PutActionRevisionOutput
impl UnwindSafe for PutActionRevisionOutput
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