Class: Aws::Types::StreamSelection
- Inherits:
-
Object
- Object
- Aws::Types::StreamSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_video_bits_per_second ⇒ ::Integer
Returns the value of attribute max_video_bits_per_second.
-
#min_video_bits_per_second ⇒ ::Integer
Returns the value of attribute min_video_bits_per_second.
-
#stream_order ⇒ "ORIGINAL", ...
Returns the value of attribute stream_order.
Instance Attribute Details
#max_video_bits_per_second ⇒ ::Integer
Returns the value of attribute max_video_bits_per_second.
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.
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.
465 466 467 |
# File 'sig/types.rbs', line 465 def stream_order @stream_order end |