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:



6420
6421
6422
# File 'sig/types.rbs', line 6420

def ipam_pool_allocations
  @ipam_pool_allocations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6421
6422
6423
# File 'sig/types.rbs', line 6421

def next_token
  @next_token
end