Class: Aws::Types::SubtitlesOutput
- Inherits:
-
Object
- Object
- Aws::Types::SubtitlesOutput
- 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.
-
#subtitle_file_uris ⇒ ::Array[::String]
Returns the value of attribute subtitle_file_uris.
Instance Attribute Details
#formats ⇒ ::Array[("vtt" | "srt")]
Returns the value of attribute formats.
844 845 846 |
# File 'sig/types.rbs', line 844 def formats @formats end |
#output_start_index ⇒ ::Integer
Returns the value of attribute output_start_index.
846 847 848 |
# File 'sig/types.rbs', line 846 def output_start_index @output_start_index end |
#subtitle_file_uris ⇒ ::Array[::String]
Returns the value of attribute subtitle_file_uris.
845 846 847 |
# File 'sig/types.rbs', line 845 def subtitle_file_uris @subtitle_file_uris end |