Class: Aws::Types::PutDedicatedIpPoolScalingAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutDedicatedIpPoolScalingAttributesRequest
- 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.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def pool_name @pool_name end |
#scaling_mode ⇒ "STANDARD", "MANAGED"
Returns the value of attribute scaling_mode.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def scaling_mode @scaling_mode end |