Class: Aws::Connect::Types::FontFamily
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::FontFamily
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Contains font family configuration for workspace themes.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default ⇒ String
The default font family to use in the workspace theme.
Instance Attribute Details
#default ⇒ String
The default font family to use in the workspace theme.
13876 13877 13878 13879 13880 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13876 class FontFamily < Struct.new( :default) SENSITIVE = [] include Aws::Structure end |