Class: Aws::Types::DescribeIpamPoolsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpamPoolsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_pools ⇒ ::Array[Types::IpamPool]
Returns the value of attribute ipam_pools.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_pools ⇒ ::Array[Types::IpamPool]
Returns the value of attribute ipam_pools.
6436 6437 6438 |
# File 'sig/types.rbs', line 6436 def ipam_pools @ipam_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6435 6436 6437 |
# File 'sig/types.rbs', line 6435 def next_token @next_token end |