Class: Aws::Types::DescribeCoipPoolsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCoipPoolsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#coip_pools ⇒ ::Array[Types::CoipPool]
Returns the value of attribute coip_pools.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#coip_pools ⇒ ::Array[Types::CoipPool]
Returns the value of attribute coip_pools.
5515 5516 5517 |
# File 'sig/types.rbs', line 5515 def coip_pools @coip_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5516 5517 5518 |
# File 'sig/types.rbs', line 5516 def next_token @next_token end |