Struct aws_sdk_ec2::model::CoipAddressUsage
source · #[non_exhaustive]pub struct CoipAddressUsage { /* private fields */ }
Expand description
Describes address usage for a customer-owned address pool.
Implementations§
source§impl CoipAddressUsage
impl CoipAddressUsage
sourcepub fn allocation_id(&self) -> Option<&str>
pub fn allocation_id(&self) -> Option<&str>
The allocation ID of the address.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn aws_service(&self) -> Option<&str>
pub fn aws_service(&self) -> Option<&str>
The Amazon Web Services service.
source§impl CoipAddressUsage
impl CoipAddressUsage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoipAddressUsage
.
Trait Implementations§
source§impl Clone for CoipAddressUsage
impl Clone for CoipAddressUsage
source§fn clone(&self) -> CoipAddressUsage
fn clone(&self) -> CoipAddressUsage
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 CoipAddressUsage
impl Debug for CoipAddressUsage
source§impl PartialEq<CoipAddressUsage> for CoipAddressUsage
impl PartialEq<CoipAddressUsage> for CoipAddressUsage
source§fn eq(&self, other: &CoipAddressUsage) -> bool
fn eq(&self, other: &CoipAddressUsage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.