Class: Aws::Types::GetIpamPoolCidrsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetIpamPoolCidrsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipam_pool_cidrs ⇒ ::Array[Types::IpamPoolCidr]
Returns the value of attribute ipam_pool_cidrs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipam_pool_cidrs ⇒ ::Array[Types::IpamPoolCidr]
Returns the value of attribute ipam_pool_cidrs.
10127 10128 10129 |
# File 'sig/types.rbs', line 10127 def ipam_pool_cidrs @ipam_pool_cidrs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10128 10129 10130 |
# File 'sig/types.rbs', line 10128 def next_token @next_token end |