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.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def dedicated_ip_pools @dedicated_ip_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def next_token @next_token end |