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.
5698 5699 5700 |
# File 'sig/types.rbs', line 5698 def coip_pools @coip_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5699 5700 5701 |
# File 'sig/types.rbs', line 5699 def next_token @next_token end |