Class: Aws::GlobalAccelerator::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator to list tags for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the accelerator to list tags for. An ARN uniquely identifies an accelerator.
2851 2852 2853 2854 2855 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2851 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |