Struct aws_sdk_codepipeline::model::ActionContext
source · #[non_exhaustive]pub struct ActionContext { /* private fields */ }
Expand description
Represents the context of an action in the stage of a pipeline to a job worker.
Implementations§
source§impl ActionContext
impl ActionContext
source§impl ActionContext
impl ActionContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionContext
.
Trait Implementations§
source§impl Clone for ActionContext
impl Clone for ActionContext
source§fn clone(&self) -> ActionContext
fn clone(&self) -> ActionContext
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