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)


24524
24525
24526
24527
24528
24529
24530
24531
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24524

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)


24524
24525
24526
24527
24528
24529
24530
24531
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24524

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)


24524
24525
24526
24527
24528
24529
24530
24531
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24524

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)


24524
24525
24526
24527
24528
24529
24530
24531
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24524

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