Class: Aws::Connect::Types::PalettePrimary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::PalettePrimary
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains primary color configuration for a workspace theme.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ String
The primary color used for active states.
-
#contrast_text ⇒ String
The text color that contrasts with the primary color for readability.
-
#default ⇒ String
The default primary color used throughout the workspace.
Instance Attribute Details
#active ⇒ String
The primary color used for active states.
23106 23107 23108 23109 23110 23111 23112 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23106 class PalettePrimary < Struct.new( :default, :active, :contrast_text) SENSITIVE = [] include Aws::Structure end |
#contrast_text ⇒ String
The text color that contrasts with the primary color for readability.
23106 23107 23108 23109 23110 23111 23112 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23106 class PalettePrimary < Struct.new( :default, :active, :contrast_text) SENSITIVE = [] include Aws::Structure end |
#default ⇒ String
The default primary color used throughout the workspace.
23106 23107 23108 23109 23110 23111 23112 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23106 class PalettePrimary < Struct.new( :default, :active, :contrast_text) SENSITIVE = [] include Aws::Structure end |