Class: Aws::Types::ScalingPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ScalingPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ "TargetTrackingScaling"
Returns the value of attribute policy_type.
-
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
Returns the value of attribute target_tracking_configuration.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
194 195 196 |
# File 'sig/types.rbs', line 194 def policy_name @policy_name end |
#policy_type ⇒ "TargetTrackingScaling"
Returns the value of attribute policy_type.
195 196 197 |
# File 'sig/types.rbs', line 195 def policy_type @policy_type end |
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
Returns the value of attribute target_tracking_configuration.
196 197 198 |
# File 'sig/types.rbs', line 196 def target_tracking_configuration @target_tracking_configuration end |