Class: Aws::QuickSight::Types::ColumnConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ColumnConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The general configuration of a column.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#colors_configuration ⇒ Types::ColorsConfiguration
The color configurations of the column.
-
#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
#colors_configuration ⇒ Types::ColorsConfiguration
The color configurations of the column.
3925 3926 3927 3928 3929 3930 3931 3932 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3925 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column.
3925 3926 3927 3928 3929 3930 3931 3932 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3925 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration) SENSITIVE = [] include Aws::Structure end |
#format_configuration ⇒ Types::FormatConfiguration
The format configuration of a column.
3925 3926 3927 3928 3929 3930 3931 3932 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3925 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the column.
3925 3926 3927 3928 3929 3930 3931 3932 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3925 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration) SENSITIVE = [] include Aws::Structure end |