Class: Aws::AutoScaling::Types::PolicyARNType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Contains the output of PutScalingPolicy.

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsArray<Types::Alarm>

The CloudWatch alarms created for the target tracking policy.

Returns:



3382
3383
3384
3385
3386
# File 'lib/aws-sdk-autoscaling/types.rb', line 3382

class PolicyARNType < Struct.new(
  :policy_arn,
  :alarms)
  include Aws::Structure
end

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


3382
3383
3384
3385
3386
# File 'lib/aws-sdk-autoscaling/types.rb', line 3382

class PolicyARNType < Struct.new(
  :policy_arn,
  :alarms)
  include Aws::Structure
end