Class: Aws::QuickSight::Types::DataSetSemanticMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetSemanticMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Semantic metadata for a dataset, including a description and custom instructions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_instructions ⇒ Array<Types::CustomInstruction>
A list of custom instructions that guide how the dataset should be consumed.
-
#description ⇒ Types::DataSetSemanticDescription
A description of the dataset.
Instance Attribute Details
#custom_instructions ⇒ Array<Types::CustomInstruction>
A list of custom instructions that guide how the dataset should be consumed.
12014 12015 12016 12017 12018 12019 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12014 class DataSetSemanticMetadata < Struct.new( :description, :custom_instructions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ Types::DataSetSemanticDescription
A description of the dataset.
12014 12015 12016 12017 12018 12019 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12014 class DataSetSemanticMetadata < Struct.new( :description, :custom_instructions) SENSITIVE = [] include Aws::Structure end |