Class: Aws::Types::GetIpamPoolAllocationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamPoolAllocationsResult
- 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.
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.
10113 10114 10115 |
# File 'sig/types.rbs', line 10113 def next_token @next_token end |