Class: Aws::Types::PutScalingPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutScalingPolicyRequest
- 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 ⇒ "StepScaling", ...
Returns the value of attribute policy_type.
-
#predictive_scaling_policy_configuration ⇒ Types::PredictiveScalingPolicyConfiguration
Returns the value of attribute predictive_scaling_policy_configuration.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
-
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
-
#step_scaling_policy_configuration ⇒ Types::StepScalingPolicyConfiguration
Returns the value of attribute step_scaling_policy_configuration.
-
#target_tracking_scaling_policy_configuration ⇒ Types::TargetTrackingScalingPolicyConfiguration
Returns the value of attribute target_tracking_scaling_policy_configuration.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
285 286 287 |
# File 'sig/types.rbs', line 285 def policy_name @policy_name end |
#policy_type ⇒ "StepScaling", ...
Returns the value of attribute policy_type.
289 290 291 |
# File 'sig/types.rbs', line 289 def policy_type @policy_type end |
#predictive_scaling_policy_configuration ⇒ Types::PredictiveScalingPolicyConfiguration
Returns the value of attribute predictive_scaling_policy_configuration.
292 293 294 |
# File 'sig/types.rbs', line 292 def predictive_scaling_policy_configuration @predictive_scaling_policy_configuration end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
287 288 289 |
# File 'sig/types.rbs', line 287 def resource_id @resource_id end |
#scalable_dimension ⇒ "ecs:service:DesiredCount", ...
Returns the value of attribute scalable_dimension.
288 289 290 |
# File 'sig/types.rbs', line 288 def scalable_dimension @scalable_dimension end |
#service_namespace ⇒ "ecs", ...
Returns the value of attribute service_namespace.
286 287 288 |
# File 'sig/types.rbs', line 286 def service_namespace @service_namespace end |
#step_scaling_policy_configuration ⇒ Types::StepScalingPolicyConfiguration
Returns the value of attribute step_scaling_policy_configuration.
290 291 292 |
# File 'sig/types.rbs', line 290 def step_scaling_policy_configuration @step_scaling_policy_configuration end |
#target_tracking_scaling_policy_configuration ⇒ Types::TargetTrackingScalingPolicyConfiguration
Returns the value of attribute target_tracking_scaling_policy_configuration.
291 292 293 |
# File 'sig/types.rbs', line 291 def target_tracking_scaling_policy_configuration @target_tracking_scaling_policy_configuration end |