Class: Aws::Types::GetIpamPoolAllocationsResult

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:



10112
10113
10114
# File 'sig/types.rbs', line 10112

def ipam_pool_allocations
  @ipam_pool_allocations
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10113
10114
10115
# File 'sig/types.rbs', line 10113

def next_token
  @next_token
end