Class: Aws::ApplicationAutoScaling::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
Specify the ARN of the scalable target.
Instance Attribute Details
#resource_arn ⇒ String
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.
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 |