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


2386
2387
2388
# File 'sig/types.rbs', line 2386

def audio_track_indexes
  @audio_track_indexes
end

#data_track_indexes::Array[::Integer]

Returns the value of attribute data_track_indexes.

Returns:

  • (::Array[::Integer])


2387
2388
2389
# File 'sig/types.rbs', line 2387

def data_track_indexes
  @data_track_indexes
end

#video_track_indexes::Array[::Integer]

Returns the value of attribute video_track_indexes.

Returns:

  • (::Array[::Integer])


2388
2389
2390
# File 'sig/types.rbs', line 2388

def video_track_indexes
  @video_track_indexes
end