Class: Aws::QuickSight::Types::ListTagsForResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource that you want a list of tags for.

Returns:

  • (String)


19080
19081
19082
19083
19084
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19080

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