Class: Aws::AutoScaling::Types::PolicyARNType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::PolicyARNType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Contains the output of PutScalingPolicy.
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 policy.
Instance Attribute Details
#alarms ⇒ Array<Types::Alarm>
The CloudWatch alarms created for the target tracking scaling policy.
5287 5288 5289 5290 5291 5292 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5287 class PolicyARNType < Struct.new( :policy_arn, :alarms) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
5287 5288 5289 5290 5291 5292 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5287 class PolicyARNType < Struct.new( :policy_arn, :alarms) SENSITIVE = [] include Aws::Structure end |