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

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

Overview

Contains the output of PutScalingPolicy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alarmsArray<Types::Alarm>

The CloudWatch alarms created for the target tracking scaling policy.

Returns:



5297
5298
5299
5300
5301
5302
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5297

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


5297
5298
5299
5300
5301
5302
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5297

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