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§
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() -> Builder
pub fn builder() -> Builder
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 more