Class: Aws::Types::EbuTtDDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::EbuTtDDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copyright_holder ⇒ ::String
Returns the value of attribute copyright_holder.
-
#default_font_size ⇒ ::Integer
Returns the value of attribute default_font_size.
-
#default_line_height ⇒ ::Integer
Returns the value of attribute default_line_height.
-
#fill_line_gap ⇒ "DISABLED", "ENABLED"
Returns the value of attribute fill_line_gap.
-
#font_family ⇒ ::String
Returns the value of attribute font_family.
-
#style_control ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute style_control.
Instance Attribute Details
#copyright_holder ⇒ ::String
Returns the value of attribute copyright_holder.
1235 1236 1237 |
# File 'sig/types.rbs', line 1235 def copyright_holder @copyright_holder end |
#default_font_size ⇒ ::Integer
Returns the value of attribute default_font_size.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def default_font_size @default_font_size end |
#default_line_height ⇒ ::Integer
Returns the value of attribute default_line_height.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def default_line_height @default_line_height end |
#fill_line_gap ⇒ "DISABLED", "ENABLED"
Returns the value of attribute fill_line_gap.
1236 1237 1238 |
# File 'sig/types.rbs', line 1236 def fill_line_gap @fill_line_gap end |
#font_family ⇒ ::String
Returns the value of attribute font_family.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def font_family @font_family end |
#style_control ⇒ "EXCLUDE", "INCLUDE"
Returns the value of attribute style_control.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def style_control @style_control end |