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

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


35791
35792
35793
35794
35795
35796
# File 'lib/aws-sdk-quicksight/types.rb', line 35791

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

#valueString

Tag value.

Returns:

  • (String)


35791
35792
35793
35794
35795
35796
# File 'lib/aws-sdk-quicksight/types.rb', line 35791

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