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 moresource§impl Debug for ActionConfiguration
impl Debug for ActionConfiguration
source§impl PartialEq<ActionConfiguration> for ActionConfiguration
impl PartialEq<ActionConfiguration> for ActionConfiguration
source§fn eq(&self, other: &ActionConfiguration) -> bool
fn eq(&self, other: &ActionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.