Class: Aws::QuickSight::Types::DataSetSemanticDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DataSetSemanticDescription
- Defined in:
- gems/aws-sdk-quicksight/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.
11994 11995 11996 11997 11998 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11994 class DataSetSemanticDescription < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |