Struct aws_sdk_ec2::output::DescribeMovingAddressesOutput
source · #[non_exhaustive]pub struct DescribeMovingAddressesOutput { /* private fields */ }
Implementations§
source§impl DescribeMovingAddressesOutput
impl DescribeMovingAddressesOutput
sourcepub fn moving_address_statuses(&self) -> Option<&[MovingAddressStatus]>
pub fn moving_address_statuses(&self) -> Option<&[MovingAddressStatus]>
The status for each Elastic IP address.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. This value is null
when there are no more results to return.
source§impl DescribeMovingAddressesOutput
impl DescribeMovingAddressesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeMovingAddressesOutput
.
Trait Implementations§
source§impl Clone for DescribeMovingAddressesOutput
impl Clone for DescribeMovingAddressesOutput
source§fn clone(&self) -> DescribeMovingAddressesOutput
fn clone(&self) -> DescribeMovingAddressesOutput
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 PartialEq<DescribeMovingAddressesOutput> for DescribeMovingAddressesOutput
impl PartialEq<DescribeMovingAddressesOutput> for DescribeMovingAddressesOutput
source§fn eq(&self, other: &DescribeMovingAddressesOutput) -> bool
fn eq(&self, other: &DescribeMovingAddressesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.