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.
23006 23007 23008 23009 23010 23011 23012 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23006 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |
#container_background ⇒ String
The background color for container elements.
23006 23007 23008 23009 23010 23011 23012 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23006 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |
#page_background ⇒ String
The background color for page elements.
23006 23007 23008 23009 23010 23011 23012 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23006 class PaletteCanvas < Struct.new( :container_background, :page_background, :active_background) SENSITIVE = [] include Aws::Structure end |