Class: Aws::QuickSight::Types::DataSetSemanticDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#textString

The descriptive text for the dataset.

Returns:

  • (String)


12105
12106
12107
12108
12109
# File 'lib/aws-sdk-quicksight/types.rb', line 12105

class DataSetSemanticDescription < Struct.new(
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end