Struct aws_sdk_ec2::model::AddressAttribute
source · #[non_exhaustive]pub struct AddressAttribute { /* private fields */ }
Expand description
The attributes associated with an Elastic IP address.
Implementations§
source§impl AddressAttribute
impl AddressAttribute
sourcepub fn allocation_id(&self) -> Option<&str>
pub fn allocation_id(&self) -> Option<&str>
[EC2-VPC] The allocation ID.
sourcepub fn ptr_record(&self) -> Option<&str>
pub fn ptr_record(&self) -> Option<&str>
The pointer (PTR) record for the IP address.
sourcepub fn ptr_record_update(&self) -> Option<&PtrUpdateStatus>
pub fn ptr_record_update(&self) -> Option<&PtrUpdateStatus>
The updated PTR record for the IP address.
source§impl AddressAttribute
impl AddressAttribute
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AddressAttribute
.
Trait Implementations§
source§impl Clone for AddressAttribute
impl Clone for AddressAttribute
source§fn clone(&self) -> AddressAttribute
fn clone(&self) -> AddressAttribute
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 AddressAttribute
impl Debug for AddressAttribute
source§impl PartialEq<AddressAttribute> for AddressAttribute
impl PartialEq<AddressAttribute> for AddressAttribute
source§fn eq(&self, other: &AddressAttribute) -> bool
fn eq(&self, other: &AddressAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.