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
-
#colors_configuration ⇒ Types::ColorsConfiguration
The color configurations of the column.
-
#column ⇒ Types::ColumnIdentifier
The column.
-
#decal_settings_configuration ⇒ Types::DecalSettingsConfiguration
Decal configuration of 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.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6132 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration, :decal_settings_configuration) SENSITIVE = [] include Aws::Structure end |
#column ⇒ Types::ColumnIdentifier
The column.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6132 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration, :decal_settings_configuration) SENSITIVE = [] include Aws::Structure end |
#decal_settings_configuration ⇒ Types::DecalSettingsConfiguration
Decal configuration of the column.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6132 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration, :decal_settings_configuration) SENSITIVE = [] include Aws::Structure end |
#format_configuration ⇒ Types::FormatConfiguration
The format configuration of a column.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6132 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration, :decal_settings_configuration) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the column.
6132 6133 6134 6135 6136 6137 6138 6139 6140 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6132 class ColumnConfiguration < Struct.new( :column, :format_configuration, :role, :colors_configuration, :decal_settings_configuration) SENSITIVE = [] include Aws::Structure end |