Class: Aws::Types::TrackMapping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_track_indexes::Array[::Integer]

Returns the value of attribute audio_track_indexes.

Returns:

  • (::Array[::Integer])


2407
2408
2409
# File 'sig/types.rbs', line 2407

def audio_track_indexes
  @audio_track_indexes
end

#data_track_indexes::Array[::Integer]

Returns the value of attribute data_track_indexes.

Returns:

  • (::Array[::Integer])


2408
2409
2410
# File 'sig/types.rbs', line 2408

def data_track_indexes
  @data_track_indexes
end

#video_track_indexes::Array[::Integer]

Returns the value of attribute video_track_indexes.

Returns:

  • (::Array[::Integer])


2409
2410
2411
# File 'sig/types.rbs', line 2409

def video_track_indexes
  @video_track_indexes
end