Class: Aws::ApplicationAutoScaling::Types::PutScalingPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::PutScalingPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alarms ⇒ Array<Types::Alarm>
The CloudWatch alarms created for the target tracking scaling policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resulting scaling policy.
Instance Attribute Details
#alarms ⇒ Array<Types::Alarm>
The CloudWatch alarms created for the target tracking scaling policy.
2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 2508 class PutScalingPolicyResponse < Struct.new( :policy_arn, :alarms) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the resulting scaling policy.
2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 2508 class PutScalingPolicyResponse < Struct.new( :policy_arn, :alarms) SENSITIVE = [] include Aws::Structure end |