Class: Aws::QuickSight::Types::ColumnSemanticProperty
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnSemanticProperty
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A semantic property for a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_notes ⇒ Types::AdditionalNotes
Additional notes for the column.
-
#description ⇒ Types::ColumnDescription
A description of the column.
-
#semantic_type ⇒ Types::ColumnSemanticType
The semantic type of the column.
Instance Attribute Details
#additional_notes ⇒ Types::AdditionalNotes
Additional notes for the column.
6445 6446 6447 6448 6449 6450 6451 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6445 class ColumnSemanticProperty < Struct.new( :description, :additional_notes, :semantic_type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ Types::ColumnDescription
A description of the column.
6445 6446 6447 6448 6449 6450 6451 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6445 class ColumnSemanticProperty < Struct.new( :description, :additional_notes, :semantic_type) SENSITIVE = [] include Aws::Structure end |
#semantic_type ⇒ Types::ColumnSemanticType
The semantic type of the column.
6445 6446 6447 6448 6449 6450 6451 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6445 class ColumnSemanticProperty < Struct.new( :description, :additional_notes, :semantic_type) SENSITIVE = [] include Aws::Structure end |