Class: Aws::Types::UpdateScalingParametersRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScalingParametersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#scaling_parameters ⇒ Types::ScalingParameters
Returns the value of attribute scaling_parameters.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
547 548 549 |
# File 'sig/types.rbs', line 547 def domain_name @domain_name end |
#scaling_parameters ⇒ Types::ScalingParameters
Returns the value of attribute scaling_parameters.
548 549 550 |
# File 'sig/types.rbs', line 548 def scaling_parameters @scaling_parameters end |