Class: Aws::QuickSight::Types::ColumnDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Metadata that contains a description for a column.
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
The text of a description for a column.
Instance Attribute Details
#text ⇒ String
The text of a description for a column.
4365 4366 4367 4368 4369 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4365 class ColumnDescription < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |