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_configurationTypes::ColorsConfiguration

The color configurations of the column.



3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3523

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

#columnTypes::ColumnIdentifier

The column.



3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3523

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

#format_configurationTypes::FormatConfiguration

The format configuration of a column.



3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3523

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

#roleString

The role of the column.

Returns:

  • (String)


3523
3524
3525
3526
3527
3528
3529
3530
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3523

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