Class: Aws::Types::StreamSelection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_video_bits_per_second::Integer

Returns the value of attribute max_video_bits_per_second.

Returns:

  • (::Integer)


463
464
465
# File 'sig/types.rbs', line 463

def max_video_bits_per_second
  @max_video_bits_per_second
end

#min_video_bits_per_second::Integer

Returns the value of attribute min_video_bits_per_second.

Returns:

  • (::Integer)


464
465
466
# File 'sig/types.rbs', line 464

def min_video_bits_per_second
  @min_video_bits_per_second
end

#stream_order"ORIGINAL", ...

Returns the value of attribute stream_order.

Returns:

  • ("ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING")


465
466
467
# File 'sig/types.rbs', line 465

def stream_order
  @stream_order
end