Class: Aws::Types::DescribeIpv6PoolsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeIpv6PoolsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ipv_6_pools ⇒ ::Array[Types::Ipv6Pool]
Returns the value of attribute ipv_6_pools.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ipv_6_pools ⇒ ::Array[Types::Ipv6Pool]
Returns the value of attribute ipv_6_pools.
6358 6359 6360 |
# File 'sig/types.rbs', line 6358 def ipv_6_pools @ipv_6_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6359 6360 6361 |
# File 'sig/types.rbs', line 6359 def next_token @next_token end |