Class: Aws::Types::ListDedicatedIpPoolsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDedicatedIpPoolsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dedicated_ip_pools ⇒ ::Array[::String]
Returns the value of attribute dedicated_ip_pools.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#dedicated_ip_pools ⇒ ::Array[::String]
Returns the value of attribute dedicated_ip_pools.
434 435 436 |
# File 'sig/types.rbs', line 434 def dedicated_ip_pools @dedicated_ip_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
435 436 437 |
# File 'sig/types.rbs', line 435 def next_token @next_token end |