Struct aws_sdk_ec2::output::AssociateAddressOutput
source · #[non_exhaustive]pub struct AssociateAddressOutput { /* private fields */ }
Implementations§
source§impl AssociateAddressOutput
impl AssociateAddressOutput
sourcepub fn association_id(&self) -> Option<&str>
pub fn association_id(&self) -> Option<&str>
[EC2-VPC] The ID that represents the association of the Elastic IP address with an instance.
source§impl AssociateAddressOutput
impl AssociateAddressOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociateAddressOutput
.
Trait Implementations§
source§impl Clone for AssociateAddressOutput
impl Clone for AssociateAddressOutput
source§fn clone(&self) -> AssociateAddressOutput
fn clone(&self) -> AssociateAddressOutput
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 AssociateAddressOutput
impl Debug for AssociateAddressOutput
source§impl PartialEq<AssociateAddressOutput> for AssociateAddressOutput
impl PartialEq<AssociateAddressOutput> for AssociateAddressOutput
source§fn eq(&self, other: &AssociateAddressOutput) -> bool
fn eq(&self, other: &AssociateAddressOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.