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