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.
5773 5774 5775 |
# File 'sig/types.rbs', line 5773 def coip_pools @coip_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5774 5775 5776 |
# File 'sig/types.rbs', line 5774 def next_token @next_token end |