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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]

Instance Attribute Summary collapse

Instance Attribute Details

#falsey_cell_valueString

The semantic type falsey cell value.

Returns:

  • (String)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#falsey_cell_value_synonymsArray<String>

The other names or aliases for the false cell value.

Returns:

  • (Array<String>)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#sub_type_nameString

The semantic type sub type name.

Returns:

  • (String)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#truthy_cell_valueString

The semantic type truthy cell value.

Returns:

  • (String)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#truthy_cell_value_synonymsArray<String>

The other names or aliases for the true cell value.

Returns:

  • (Array<String>)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#type_nameString

The semantic type name.

Returns:

  • (String)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end

#type_parametersHash<String,String>

The semantic type parameters.

Returns:

  • (Hash<String,String>)


26694
26695
26696
26697
26698
26699
26700
26701
26702
26703
26704
# File 'lib/aws-sdk-quicksight/types.rb', line 26694

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, :truthy_cell_value_synonyms, :falsey_cell_value, :falsey_cell_value_synonyms]
  include Aws::Structure
end