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.

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:



5185
5186
5187
5188
5189
5190
# File 'lib/aws-sdk-autoscaling/types.rb', line 5185

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


5185
5186
5187
5188
5189
5190
# File 'lib/aws-sdk-autoscaling/types.rb', line 5185

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