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

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

Instance Attribute Details

#colors_configurationTypes::ColorsConfiguration

The color configurations of the column.



6209
6210
6211
6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-quicksight/types.rb', line 6209

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

#columnTypes::ColumnIdentifier

The column.



6209
6210
6211
6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-quicksight/types.rb', line 6209

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

#decal_settings_configurationTypes::DecalSettingsConfiguration

Decal configuration of the column.



6209
6210
6211
6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-quicksight/types.rb', line 6209

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

#format_configurationTypes::FormatConfiguration

The format configuration of a column.



6209
6210
6211
6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-quicksight/types.rb', line 6209

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

#roleString

The role of the column.

Returns:

  • (String)


6209
6210
6211
6212
6213
6214
6215
6216
6217
# File 'lib/aws-sdk-quicksight/types.rb', line 6209

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