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

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

Instance Attribute Details

#textString

The descriptive text for the dataset.

Returns:

  • (String)


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