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.
23215 23216 23217 23218 23219 23220 23221 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23215 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.
23215 23216 23217 23218 23219 23220 23221 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23215 class PalettePrimary < Struct.new( :default, :active, :contrast_text) SENSITIVE = [] include Aws::Structure end |
#default ⇒ String
The default primary color used throughout the workspace.
23215 23216 23217 23218 23219 23220 23221 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23215 class PalettePrimary < Struct.new( :default, :active, :contrast_text) SENSITIVE = [] include Aws::Structure end |