Class: Aws::Types::Subtitles
- Inherits:
-
Object
- Object
- Aws::Types::Subtitles
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#formats ⇒ ::Array[("vtt" | "srt")]
Returns the value of attribute formats.
-
#output_start_index ⇒ ::Integer
Returns the value of attribute output_start_index.
Instance Attribute Details
#formats ⇒ ::Array[("vtt" | "srt")]
Returns the value of attribute formats.
838 839 840 |
# File 'sig/types.rbs', line 838 def formats @formats end |
#output_start_index ⇒ ::Integer
Returns the value of attribute output_start_index.
839 840 841 |
# File 'sig/types.rbs', line 839 def output_start_index @output_start_index end |