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
sourceimpl 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.
sourceimpl CoipAddressUsage
impl CoipAddressUsage
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CoipAddressUsage
.
Trait Implementations
sourceimpl Clone for CoipAddressUsage
impl Clone for CoipAddressUsage
sourcefn clone(&self) -> CoipAddressUsage
fn clone(&self) -> CoipAddressUsage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CoipAddressUsage
impl Debug for CoipAddressUsage
sourceimpl PartialEq<CoipAddressUsage> for CoipAddressUsage
impl PartialEq<CoipAddressUsage> for CoipAddressUsage
sourcefn eq(&self, other: &CoipAddressUsage) -> bool
fn eq(&self, other: &CoipAddressUsage) -> bool
impl StructuralPartialEq for CoipAddressUsage
Auto Trait Implementations
impl RefUnwindSafe for CoipAddressUsage
impl Send for CoipAddressUsage
impl Sync for CoipAddressUsage
impl Unpin for CoipAddressUsage
impl UnwindSafe for CoipAddressUsage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more