Class: Aws::QuickSight::Types::ColumnDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Metadata that contains a description for a column.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text of a description for a column.

Returns:

  • (String)


3540
3541
3542
3543
3544
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3540

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