Class: Aws::Types::ScalingPolicy
- Inherits:
-
Object
- Object
- Aws::Types::ScalingPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustment_type ⇒ ::String
Returns the value of attribute adjustment_type.
-
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#cooldown ⇒ ::Integer
Returns the value of attribute cooldown.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#estimated_instance_warmup ⇒ ::Integer
Returns the value of attribute estimated_instance_warmup.
-
#metric_aggregation_type ⇒ ::String
Returns the value of attribute metric_aggregation_type.
-
#min_adjustment_magnitude ⇒ ::Integer
Returns the value of attribute min_adjustment_magnitude.
-
#min_adjustment_step ⇒ ::Integer
Returns the value of attribute min_adjustment_step.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
-
#predictive_scaling_configuration ⇒ Types::PredictiveScalingConfiguration
Returns the value of attribute predictive_scaling_configuration.
-
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
-
#step_adjustments ⇒ ::Array[Types::StepAdjustment]
Returns the value of attribute step_adjustments.
-
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
Returns the value of attribute target_tracking_configuration.
Instance Attribute Details
#adjustment_type ⇒ ::String
Returns the value of attribute adjustment_type.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def adjustment_type @adjustment_type end |
#alarms ⇒ ::Array[Types::Alarm]
Returns the value of attribute alarms.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def alarms @alarms end |
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def auto_scaling_group_name @auto_scaling_group_name end |
#cooldown ⇒ ::Integer
Returns the value of attribute cooldown.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def cooldown @cooldown end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def enabled @enabled end |
#estimated_instance_warmup ⇒ ::Integer
Returns the value of attribute estimated_instance_warmup.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def estimated_instance_warmup @estimated_instance_warmup end |
#metric_aggregation_type ⇒ ::String
Returns the value of attribute metric_aggregation_type.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def metric_aggregation_type @metric_aggregation_type end |
#min_adjustment_magnitude ⇒ ::Integer
Returns the value of attribute min_adjustment_magnitude.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def min_adjustment_magnitude @min_adjustment_magnitude end |
#min_adjustment_step ⇒ ::Integer
Returns the value of attribute min_adjustment_step.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def min_adjustment_step @min_adjustment_step end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def policy_arn @policy_arn end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def policy_name @policy_name end |
#policy_type ⇒ ::String
Returns the value of attribute policy_type.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def policy_type @policy_type end |
#predictive_scaling_configuration ⇒ Types::PredictiveScalingConfiguration
Returns the value of attribute predictive_scaling_configuration.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def predictive_scaling_configuration @predictive_scaling_configuration end |
#scaling_adjustment ⇒ ::Integer
Returns the value of attribute scaling_adjustment.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def scaling_adjustment @scaling_adjustment end |
#step_adjustments ⇒ ::Array[Types::StepAdjustment]
Returns the value of attribute step_adjustments.
1330 1331 1332 |
# File 'sig/types.rbs', line 1330 def step_adjustments @step_adjustments end |
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
Returns the value of attribute target_tracking_configuration.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def target_tracking_configuration @target_tracking_configuration end |