Class: Aws::QuickSight::Types::ColumnConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#colors_configuration ⇒ Types::ColorsConfiguration

The color configurations of the column.



8214
8215
8216
8217
8218
8219
8220
8221
8222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8214

class ColumnConfiguration < Struct.new(
  :column,
  :format_configuration,
  :role,
  :colors_configuration,
  :decal_settings_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#column ⇒ Types::ColumnIdentifier

The column.



8214
8215
8216
8217
8218
8219
8220
8221
8222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8214

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.



8214
8215
8216
8217
8218
8219
8220
8221
8222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8214

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.



8214
8215
8216
8217
8218
8219
8220
8221
8222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8214

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.

Returns:

  • (String)


8214
8215
8216
8217
8218
8219
8220
8221
8222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8214

class ColumnConfiguration < Struct.new(
  :column,
  :format_configuration,
  :role,
  :colors_configuration,
  :decal_settings_configuration)
  SENSITIVE = []
  include Aws::Structure
end