Class: Aws::QuickSight::Types::DataSetSemanticDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetSemanticDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A description structure for dataset-level semantic metadata.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
The descriptive text for the dataset.
Instance Attribute Details
#text ⇒ String
The descriptive text for the dataset.
13760 13761 13762 13763 13764 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13760 class DataSetSemanticDescription < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |