Class: Aws::QuickSight::Types::CellValueSynonym

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

Overview

A structure that represents the cell value synonym.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_valueString

The cell value.

Returns:

  • (String)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3384

class CellValueSynonym < Struct.new(
  :cell_value,
  :synonyms)
  SENSITIVE = []
  include Aws::Structure
end

#synonymsArray<String>

Other names or aliases for the cell value.

Returns:

  • (Array<String>)


3384
3385
3386
3387
3388
3389
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3384

class CellValueSynonym < Struct.new(
  :cell_value,
  :synonyms)
  SENSITIVE = []
  include Aws::Structure
end