Struct aws_sdk_datapipeline::model::ParameterAttribute
source · #[non_exhaustive]pub struct ParameterAttribute { /* private fields */ }
Expand description
The attributes allowed or specified with a parameter object.
Implementations§
source§impl ParameterAttribute
impl ParameterAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ParameterAttribute
.
Trait Implementations§
source§impl Clone for ParameterAttribute
impl Clone for ParameterAttribute
source§fn clone(&self) -> ParameterAttribute
fn clone(&self) -> ParameterAttribute
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 ParameterAttribute
impl Debug for ParameterAttribute
source§impl PartialEq<ParameterAttribute> for ParameterAttribute
impl PartialEq<ParameterAttribute> for ParameterAttribute
source§fn eq(&self, other: &ParameterAttribute) -> bool
fn eq(&self, other: &ParameterAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.