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)


3510
3511
3512
3513
3514
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3510

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