Class: Aws::QuickSight::Types::SemanticType

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

Overview

A structure that represents a semantic type.

Constant Summary collapse

SENSITIVE =
[:truthy_cell_value, :falsey_cell_value]

Instance Attribute Summary collapse

Instance Attribute Details

#falsey_cell_valueString

The semantic type falsey cell value.

Returns:

  • (String)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#falsey_cell_value_synonymsArray<String>

The other names or aliases for the false cell value.

Returns:

  • (Array<String>)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#sub_type_nameString

The semantic type sub type name.

Returns:

  • (String)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#truthy_cell_valueString

The semantic type truthy cell value.

Returns:

  • (String)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#truthy_cell_value_synonymsArray<String>

The other names or aliases for the true cell value.

Returns:

  • (Array<String>)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#type_nameString

The semantic type name.

Returns:

  • (String)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end

#type_parametersHash<String,String>

The semantic type parameters.

Returns:

  • (Hash<String,String>)


25725
25726
25727
25728
25729
25730
25731
25732
25733
25734
25735
# File 'lib/aws-sdk-quicksight/types.rb', line 25725

class SemanticType < Struct.new(
  :type_name,
  :sub_type_name,
  :type_parameters,
  :truthy_cell_value,
  :truthy_cell_value_synonyms,
  :falsey_cell_value,
  :falsey_cell_value_synonyms)
  SENSITIVE = [:truthy_cell_value, :falsey_cell_value]
  include Aws::Structure
end