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 =
[:cell_value, :synonyms]

Instance Attribute Summary collapse

Instance Attribute Details

#cell_value ⇒ String

The cell value.

Returns:

  • (String)


7974
7975
7976
7977
7978
7979
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7974

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

#synonyms ⇒ Array<String>

Other names or aliases for the cell value.

Returns:

  • (Array<String>)


7974
7975
7976
7977
7978
7979
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7974

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