Class: Aws::QuickSight::Types::ColumnDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnDescription
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass ColumnDescription data as a hash:
{
text: "ColumnDescriptiveText",
}
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.
724 725 726 727 728 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 724 class ColumnDescription < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |