Class: Aws::Types::WebvttDestinationSettings
- Inherits:
-
Object
- Object
- Aws::Types::WebvttDestinationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#position ⇒ Types::TextCaptionPositionSettings
Returns the value of attribute position.
-
#style_control ⇒ "NO_STYLE_DATA", ...
Returns the value of attribute style_control.
Instance Attribute Details
#position ⇒ Types::TextCaptionPositionSettings
Returns the value of attribute position.
3625 3626 3627 |
# File 'sig/types.rbs', line 3625 def position @position end |
#style_control ⇒ "NO_STYLE_DATA", ...
Returns the value of attribute style_control.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def style_control @style_control end |