Class: Aws::QuickSight::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-quicksight/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.
18962 18963 18964 18965 18966 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18962 class ListTagsForResourceRequest < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |