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)


27795
27796
27797
27798
27799
27800
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27795

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

#valueString

Tag value.

Returns:

  • (String)


27795
27796
27797
27798
27799
27800
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27795

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