Class: Aws::QuickSight::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 to untag.

Returns:

  • (String)


30390
30391
30392
30393
30394
30395
# File 'lib/aws-sdk-quicksight/types.rb', line 30390

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

#tag_keysArray<String>

The keys of the key-value pairs for the resource tag or tags assigned to the resource.

Returns:

  • (Array<String>)


30390
30391
30392
30393
30394
30395
# File 'lib/aws-sdk-quicksight/types.rb', line 30390

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