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 =
[]
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.
3908 3909 3910 3911 3912 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3908 class ColumnDescription < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |