Class: Aws::Types::SubtitlesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#formats::Array[("vtt" | "srt")]

Returns the value of attribute formats.

Returns:

  • (::Array[("vtt" | "srt")])


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


845
846
847
# File 'sig/types.rbs', line 845

def subtitle_file_uris
  @subtitle_file_uris
end