Class: Aws::Connect::Types::PaletteCanvas
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PaletteCanvas
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains color configuration for canvas elements in a workspace theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_background ⇒ String
The background color for active elements.
-
#container_background ⇒ String
The background color for container elements.
-
#page_background ⇒ String
The background color for page elements.
Instance Attribute Details
#active_background ⇒ String
The background color for active elements.
24495 24496 24497 24498 24499 24500 24501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24495 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |
#container_background ⇒ String
The background color for container elements.
24495 24496 24497 24498 24499 24500 24501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24495 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |
#page_background ⇒ String
The background color for page elements.
24495 24496 24497 24498 24499 24500 24501 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24495 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |