Struct aws_sdk_ec2::output::DescribeCoipPoolsOutput
source · #[non_exhaustive]pub struct DescribeCoipPoolsOutput { /* private fields */ }
Implementations§
source§impl DescribeCoipPoolsOutput
impl DescribeCoipPoolsOutput
sourcepub fn coip_pools(&self) -> Option<&[CoipPool]>
pub fn coip_pools(&self) -> Option<&[CoipPool]>
Information about the address pools.
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 DescribeCoipPoolsOutput
impl DescribeCoipPoolsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeCoipPoolsOutput
.
Trait Implementations§
source§impl Clone for DescribeCoipPoolsOutput
impl Clone for DescribeCoipPoolsOutput
source§fn clone(&self) -> DescribeCoipPoolsOutput
fn clone(&self) -> DescribeCoipPoolsOutput
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 DescribeCoipPoolsOutput
impl Debug for DescribeCoipPoolsOutput
source§impl PartialEq<DescribeCoipPoolsOutput> for DescribeCoipPoolsOutput
impl PartialEq<DescribeCoipPoolsOutput> for DescribeCoipPoolsOutput
source§fn eq(&self, other: &DescribeCoipPoolsOutput) -> bool
fn eq(&self, other: &DescribeCoipPoolsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.