Struct aws_sdk_codepipeline::model::ActionState
source · #[non_exhaustive]pub struct ActionState { /* private fields */ }
Expand description
Represents information about the state of an action.
Implementations§
source§impl ActionState
impl ActionState
sourcepub fn action_name(&self) -> Option<&str>
pub fn action_name(&self) -> Option<&str>
The name of the action.
sourcepub fn current_revision(&self) -> Option<&ActionRevision>
pub fn current_revision(&self) -> Option<&ActionRevision>
Represents information about the version (or revision) of an action.
sourcepub fn latest_execution(&self) -> Option<&ActionExecution>
pub fn latest_execution(&self) -> Option<&ActionExecution>
Represents information about the run of an action.
sourcepub fn entity_url(&self) -> Option<&str>
pub fn entity_url(&self) -> Option<&str>
A URL link for more information about the state of the action, such as a deployment group details page.
sourcepub fn revision_url(&self) -> Option<&str>
pub fn revision_url(&self) -> Option<&str>
A URL link for more information about the revision, such as a commit details page.
source§impl ActionState
impl ActionState
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionState
.
Trait Implementations§
source§impl Clone for ActionState
impl Clone for ActionState
source§fn clone(&self) -> ActionState
fn clone(&self) -> ActionState
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