Struct aws_sdk_codepipeline::types::ActionRevision
source · #[non_exhaustive]pub struct ActionRevision { /* private fields */ }
Expand description
Represents information about the version (or revision) of an action.
Implementations§
source§impl 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).
source§impl ActionRevision
impl ActionRevision
sourcepub fn builder() -> ActionRevisionBuilder
pub fn builder() -> ActionRevisionBuilder
Creates a new builder-style object to manufacture ActionRevision
.
Trait Implementations§
source§impl Clone for ActionRevision
impl Clone for ActionRevision
source§fn clone(&self) -> ActionRevision
fn clone(&self) -> ActionRevision
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 ActionRevision
impl Debug for ActionRevision
source§impl PartialEq<ActionRevision> for ActionRevision
impl PartialEq<ActionRevision> for ActionRevision
source§fn eq(&self, other: &ActionRevision) -> bool
fn eq(&self, other: &ActionRevision) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.