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.
14450 14451 14452 14453 14454 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14450 class FontFamily < Struct.new( :default) SENSITIVE = [] include Aws::Structure end |