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.
13716 13717 13718 13719 13720 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13716 class FontFamily < Struct.new( :default) SENSITIVE = [] include Aws::Structure end |