Class: Aws::QuickSight::Types::UIColorPalette

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The theme colors that apply to UI and to charts, excluding data colors. The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with #, for example #37BFF5. For more information, see Using Themes in Amazon QuickSight in the Amazon QuickSight User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accentString

This color is that applies to selected states and buttons.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#accent_foregroundString

The foreground color that applies to any text or other elements that appear over the accent color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#dangerString

The color that applies to error messages.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#danger_foregroundString

The foreground color that applies to any text or other elements that appear over the error color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#dimensionString

The color that applies to the names of fields that are identified as dimensions.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#dimension_foregroundString

The foreground color that applies to any text or other elements that appear over the dimension color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#measureString

The color that applies to the names of fields that are identified as measures.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#measure_foregroundString

The foreground color that applies to any text or other elements that appear over the measure color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#primary_backgroundString

The background color that applies to visuals and other high emphasis UI.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#primary_foregroundString

The color of text and other foreground elements that appear over the primary background regions, such as grid lines, borders, table banding, icons, and so on.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_backgroundString

The background color that applies to the sheet background and sheet controls.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#secondary_foregroundString

The foreground color that applies to any sheet title, sheet control text, or UI that appears over the secondary background.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#successString

The color that applies to success messages, for example the check mark for a successful download.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#success_foregroundString

The foreground color that applies to any text or other elements that appear over the success color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#warningString

This color that applies to warning and informational messages.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end

#warning_foregroundString

The foreground color that applies to any text or other elements that appear over the warning color.

Returns:

  • (String)


30242
30243
30244
30245
30246
30247
30248
30249
30250
30251
30252
30253
30254
30255
30256
30257
30258
30259
30260
30261
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30242

class UIColorPalette < Struct.new(
  :primary_foreground,
  :primary_background,
  :secondary_foreground,
  :secondary_background,
  :accent,
  :accent_foreground,
  :danger,
  :danger_foreground,
  :warning,
  :warning_foreground,
  :success,
  :success_foreground,
  :dimension,
  :dimension_foreground,
  :measure,
  :measure_foreground)
  SENSITIVE = []
  include Aws::Structure
end