Class: Aws::Types::DedicatedIpPool
- Inherits:
-
Object
- Object
- Aws::Types::DedicatedIpPool
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
-
#scaling_mode ⇒ "STANDARD", "MANAGED"
Returns the value of attribute scaling_mode.
Instance Attribute Details
#pool_name ⇒ ::String
Returns the value of attribute pool_name.
401 402 403 |
# File 'sig/types.rbs', line 401 def pool_name @pool_name end |
#scaling_mode ⇒ "STANDARD", "MANAGED"
Returns the value of attribute scaling_mode.
402 403 404 |
# File 'sig/types.rbs', line 402 def scaling_mode @scaling_mode end |