Class: Aws::Types::DescribeIpamPoolAllocationsResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipam_pool_allocations::Array[Types::IpamPoolAllocation]

Returns the value of attribute ipam_pool_allocations.

Returns:



6510
6511
6512
# File 'sig/types.rbs', line 6510

def ipam_pool_allocations
  @ipam_pool_allocations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6511
6512
6513
# File 'sig/types.rbs', line 6511

def next_token
  @next_token
end