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)


30549
30550
30551
30552
30553
30554
# File 'lib/aws-sdk-quicksight/types.rb', line 30549

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>)


30549
30550
30551
30552
30553
30554
# File 'lib/aws-sdk-quicksight/types.rb', line 30549

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