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:



5242
5243
5244
5245
5246
5247
# File 'lib/aws-sdk-autoscaling/types.rb', line 5242

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


5242
5243
5244
5245
5246
5247
# File 'lib/aws-sdk-autoscaling/types.rb', line 5242

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