Class: Aws::Types::TtmlDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::TtmlDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#position ⇒ Types::TextCaptionPositionSettings
Returns the value of attribute position.
-
#style_control ⇒ "PASSTHROUGH", ...
Returns the value of attribute style_control.
Instance Attribute Details
#position ⇒ Types::TextCaptionPositionSettings
Returns the value of attribute position.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def position @position end |
#style_control ⇒ "PASSTHROUGH", ...
Returns the value of attribute style_control.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def style_control @style_control end |