#[non_exhaustive]pub struct DescribePublicIpv4PoolsOutput { /* private fields */ }Implementations§
source§impl DescribePublicIpv4PoolsOutput
impl DescribePublicIpv4PoolsOutput
sourcepub fn public_ipv4_pools(&self) -> Option<&[PublicIpv4Pool]>
pub fn public_ipv4_pools(&self) -> Option<&[PublicIpv4Pool]>
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 DescribePublicIpv4PoolsOutput
impl DescribePublicIpv4PoolsOutput
sourcepub fn builder() -> DescribePublicIpv4PoolsOutputBuilder
pub fn builder() -> DescribePublicIpv4PoolsOutputBuilder
Creates a new builder-style object to manufacture DescribePublicIpv4PoolsOutput.
Trait Implementations§
source§impl Clone for DescribePublicIpv4PoolsOutput
impl Clone for DescribePublicIpv4PoolsOutput
source§fn clone(&self) -> DescribePublicIpv4PoolsOutput
fn clone(&self) -> DescribePublicIpv4PoolsOutput
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<DescribePublicIpv4PoolsOutput> for DescribePublicIpv4PoolsOutput
impl PartialEq<DescribePublicIpv4PoolsOutput> for DescribePublicIpv4PoolsOutput
source§fn eq(&self, other: &DescribePublicIpv4PoolsOutput) -> bool
fn eq(&self, other: &DescribePublicIpv4PoolsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribePublicIpv4PoolsOutput
impl RequestId for DescribePublicIpv4PoolsOutput
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.