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