Class: Aws::Types::TtmlDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::TtmlDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ "NONE", ...
Returns the value of attribute background_color.
-
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
-
#font_color ⇒ "WHITE", ...
Returns the value of attribute font_color.
-
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
-
#font_size ⇒ ::Integer
Returns the value of attribute font_size.
-
#font_style ⇒ "NORMAL", "ITALIC"
Returns the value of attribute font_style.
-
#font_weight ⇒ "NORMAL", "BOLD"
Returns the value of attribute font_weight.
-
#style_passthrough ⇒ "ENABLED", "DISABLED"
Returns the value of attribute style_passthrough.
-
#text_decoration ⇒ "NONE", "UNDERLINE"
Returns the value of attribute text_decoration.
Instance Attribute Details
#background_color ⇒ "NONE", ...
Returns the value of attribute background_color.
2420 2421 2422 |
# File 'sig/types.rbs', line 2420 def background_color @background_color end |
#background_opacity ⇒ ::Integer
Returns the value of attribute background_opacity.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def background_opacity @background_opacity end |
#font_color ⇒ "WHITE", ...
Returns the value of attribute font_color.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def font_color @font_color end |
#font_opacity ⇒ ::Integer
Returns the value of attribute font_opacity.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def font_opacity @font_opacity end |
#font_size ⇒ ::Integer
Returns the value of attribute font_size.
2424 2425 2426 |
# File 'sig/types.rbs', line 2424 def font_size @font_size end |
#font_style ⇒ "NORMAL", "ITALIC"
Returns the value of attribute font_style.
2425 2426 2427 |
# File 'sig/types.rbs', line 2425 def font_style @font_style end |
#font_weight ⇒ "NORMAL", "BOLD"
Returns the value of attribute font_weight.
2426 2427 2428 |
# File 'sig/types.rbs', line 2426 def font_weight @font_weight end |
#style_passthrough ⇒ "ENABLED", "DISABLED"
Returns the value of attribute style_passthrough.
2427 2428 2429 |
# File 'sig/types.rbs', line 2427 def style_passthrough @style_passthrough end |
#text_decoration ⇒ "NONE", "UNDERLINE"
Returns the value of attribute text_decoration.
2428 2429 2430 |
# File 'sig/types.rbs', line 2428 def text_decoration @text_decoration end |