Class: Aws::Types::Subtitles

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")])


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.

Returns:

  • (::Integer)


839
840
841
# File 'sig/types.rbs', line 839

def output_start_index
  @output_start_index
end