Class: Aws::QuickSight::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTagsForResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want a list of tags for.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource that you want a list of tags for.
24241 24242 24243 24244 24245 |
# File 'lib/aws-sdk-quicksight/types.rb', line 24241 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |