Struct aws_sdk_ec2::output::ModifyAddressAttributeOutput
source · #[non_exhaustive]pub struct ModifyAddressAttributeOutput { /* private fields */ }
Implementations§
source§impl ModifyAddressAttributeOutput
impl ModifyAddressAttributeOutput
sourcepub fn address(&self) -> Option<&AddressAttribute>
pub fn address(&self) -> Option<&AddressAttribute>
Information about the Elastic IP address.
source§impl ModifyAddressAttributeOutput
impl ModifyAddressAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyAddressAttributeOutput
.
Trait Implementations§
source§impl Clone for ModifyAddressAttributeOutput
impl Clone for ModifyAddressAttributeOutput
source§fn clone(&self) -> ModifyAddressAttributeOutput
fn clone(&self) -> ModifyAddressAttributeOutput
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 ModifyAddressAttributeOutput
impl Debug for ModifyAddressAttributeOutput
source§impl PartialEq<ModifyAddressAttributeOutput> for ModifyAddressAttributeOutput
impl PartialEq<ModifyAddressAttributeOutput> for ModifyAddressAttributeOutput
source§fn eq(&self, other: &ModifyAddressAttributeOutput) -> bool
fn eq(&self, other: &ModifyAddressAttributeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.