Class: Aws::Connect::Types::PaletteHeader

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

Overview

Contains color configuration for header elements in a workspace theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundString

The background color of the header.

Returns:

  • (String)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23034

class PaletteHeader < Struct.new(
  :background,
  :text,
  :text_hover,
  :invert_actions_colors)
  SENSITIVE = []
  include Aws::Structure
end

#invert_actions_colorsBoolean

Whether to invert the colors of action buttons in the header.

Returns:

  • (Boolean)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23034

class PaletteHeader < Struct.new(
  :background,
  :text,
  :text_hover,
  :invert_actions_colors)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text color in the header.

Returns:

  • (String)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23034

class PaletteHeader < Struct.new(
  :background,
  :text,
  :text_hover,
  :invert_actions_colors)
  SENSITIVE = []
  include Aws::Structure
end

#text_hoverString

The text color when hovering over header elements.

Returns:

  • (String)


23034
23035
23036
23037
23038
23039
23040
23041
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23034

class PaletteHeader < Struct.new(
  :background,
  :text,
  :text_hover,
  :invert_actions_colors)
  SENSITIVE = []
  include Aws::Structure
end