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)


583
584
585
# File 'sig/types.rbs', line 583

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)


584
585
586
# File 'sig/types.rbs', line 584

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


585
586
587
# File 'sig/types.rbs', line 585

def stream_order
  @stream_order
end