Class: Aws::Types::DescribeIpamPoolAllocationsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamPoolAllocationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_pool_allocations ⇒ ::Array[Types::IpamPoolAllocation]
Returns the value of attribute ipam_pool_allocations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_pool_allocations ⇒ ::Array[Types::IpamPoolAllocation]
Returns the value of attribute ipam_pool_allocations.
6237 6238 6239 |
# File 'sig/types.rbs', line 6237 def ipam_pool_allocations @ipam_pool_allocations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6238 6239 6240 |
# File 'sig/types.rbs', line 6238 def next_token @next_token end |