Class: Aws::AutoScalingPlans::Types::ScalingPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::ScalingPolicy
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Represents a scaling policy.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_name ⇒ String
The name of the scaling policy.
-
#policy_type ⇒ String
The type of scaling policy.
-
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
The target tracking scaling policy.
Instance Attribute Details
#policy_name ⇒ String
The name of the scaling policy.
1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 1062 class ScalingPolicy < Struct.new( :policy_name, :policy_type, :target_tracking_configuration) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of scaling policy.
1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 1062 class ScalingPolicy < Struct.new( :policy_name, :policy_type, :target_tracking_configuration) SENSITIVE = [] include Aws::Structure end |
#target_tracking_configuration ⇒ Types::TargetTrackingConfiguration
The target tracking scaling policy. Includes support for predefined or customized metrics.
1062 1063 1064 1065 1066 1067 1068 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 1062 class ScalingPolicy < Struct.new( :policy_name, :policy_type, :target_tracking_configuration) SENSITIVE = [] include Aws::Structure end |