#[non_exhaustive]pub struct DescribeIpv6PoolsOutput { /* private fields */ }Implementations§
source§impl DescribeIpv6PoolsOutput
impl DescribeIpv6PoolsOutput
sourcepub fn ipv6_pools(&self) -> Option<&[Ipv6Pool]>
pub fn ipv6_pools(&self) -> Option<&[Ipv6Pool]>
Information about the IPv6 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 DescribeIpv6PoolsOutput
impl DescribeIpv6PoolsOutput
sourcepub fn builder() -> DescribeIpv6PoolsOutputBuilder
pub fn builder() -> DescribeIpv6PoolsOutputBuilder
Creates a new builder-style object to manufacture DescribeIpv6PoolsOutput.
Trait Implementations§
source§impl Clone for DescribeIpv6PoolsOutput
impl Clone for DescribeIpv6PoolsOutput
source§fn clone(&self) -> DescribeIpv6PoolsOutput
fn clone(&self) -> DescribeIpv6PoolsOutput
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 DescribeIpv6PoolsOutput
impl Debug for DescribeIpv6PoolsOutput
source§impl PartialEq<DescribeIpv6PoolsOutput> for DescribeIpv6PoolsOutput
impl PartialEq<DescribeIpv6PoolsOutput> for DescribeIpv6PoolsOutput
source§fn eq(&self, other: &DescribeIpv6PoolsOutput) -> bool
fn eq(&self, other: &DescribeIpv6PoolsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeIpv6PoolsOutput
impl RequestId for DescribeIpv6PoolsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.