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)


24810
24811
24812
24813
24814
24815
24816
24817
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24810

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)


24810
24811
24812
24813
24814
24815
24816
24817
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24810

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)


24810
24811
24812
24813
24814
24815
24816
24817
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24810

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)


24810
24811
24812
24813
24814
24815
24816
24817
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24810

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