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)


12887
12888
12889
12890
12891
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12887

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