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)


27461
27462
27463
27464
27465
27466
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27461

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

#valueString

Tag value.

Returns:

  • (String)


27461
27462
27463
27464
27465
27466
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27461

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