Class: Aws::ApplicationAutoScaling::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Specify the ARN of the scalable target.

For example: arn:aws:application-autoscaling:us-east-1:123456789012:scalable-target/1234abcd56ab78cd901ef1234567890ab123

To get the ARN for a scalable target, use DescribeScalableTargets.

Returns:

  • (String)


1782
1783
1784
1785
1786
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1782

class ListTagsForResourceRequest < Struct.new(
  :resource_arn)
  SENSITIVE = []
  include Aws::Structure
end