Class: Aws::Connect::Types::PaletteNavigation

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

Overview

Contains color configuration for navigation elements in a workspace theme.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backgroundString

The background color of the navigation area.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#invert_actions_colorsBoolean

Whether to invert the colors of action buttons in the navigation area.

Returns:

  • (Boolean)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#textString

The text color in the navigation area.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#text_activeString

The text color for active navigation items.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#text_background_activeString

The background color for active navigation items.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#text_background_hoverString

The background color when hovering over navigation text.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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

#text_hoverString

The text color when hovering over navigation items.

Returns:

  • (String)


24042
24043
24044
24045
24046
24047
24048
24049
24050
24051
24052
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24042

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