Class: Aws::QuickSight::Types::Tag

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

Tag key.

Returns:

  • (String)

32467
32468
32469
32470
32471
32472
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32467

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Tag value.

Returns:

  • (String)

32467
32468
32469
32470
32471
32472
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 32467

class Tag < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end