Class: Aws::QuickSight::Types::ColumnConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The general configuration of a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#column ⇒ Types::ColumnIdentifier
The column.
-
#format_configuration ⇒ Types::FormatConfiguration
The format configuration of a column.
-
#role ⇒ String
The role of the column.
Instance Attribute Details
#column ⇒ Types::ColumnIdentifier
The column.
2864 2865 2866 2867 2868 2869 2870 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2864 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role) SENSITIVE = [] include Aws::Structure end |
#format_configuration ⇒ Types::FormatConfiguration
The format configuration of a column.
2864 2865 2866 2867 2868 2869 2870 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2864 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the column.
2864 2865 2866 2867 2868 2869 2870 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2864 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role) SENSITIVE = [] include Aws::Structure end |