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