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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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)


23077
23078
23079
23080
23081
23082
23083
23084
23085
23086
23087
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23077

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