Struct aws_sdk_ec2::output::GetIpamPoolAllocationsOutput
source · #[non_exhaustive]pub struct GetIpamPoolAllocationsOutput { /* private fields */ }
Implementations§
source§impl GetIpamPoolAllocationsOutput
impl GetIpamPoolAllocationsOutput
sourcepub fn ipam_pool_allocations(&self) -> Option<&[IpamPoolAllocation]>
pub fn ipam_pool_allocations(&self) -> Option<&[IpamPoolAllocation]>
The IPAM pool allocations you want information on.
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 GetIpamPoolAllocationsOutput
impl GetIpamPoolAllocationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetIpamPoolAllocationsOutput
.
Trait Implementations§
source§impl Clone for GetIpamPoolAllocationsOutput
impl Clone for GetIpamPoolAllocationsOutput
source§fn clone(&self) -> GetIpamPoolAllocationsOutput
fn clone(&self) -> GetIpamPoolAllocationsOutput
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 GetIpamPoolAllocationsOutput
impl Debug for GetIpamPoolAllocationsOutput
source§impl PartialEq<GetIpamPoolAllocationsOutput> for GetIpamPoolAllocationsOutput
impl PartialEq<GetIpamPoolAllocationsOutput> for GetIpamPoolAllocationsOutput
source§fn eq(&self, other: &GetIpamPoolAllocationsOutput) -> bool
fn eq(&self, other: &GetIpamPoolAllocationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.