Class: Aws::Types::InputLossBehavior
- Inherits:
-
Object
- Object
- Aws::Types::InputLossBehavior
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#black_frame_msec ⇒ ::Integer
Returns the value of attribute black_frame_msec.
-
#input_loss_image_color ⇒ ::String
Returns the value of attribute input_loss_image_color.
-
#input_loss_image_slate ⇒ Types::InputLocation
Returns the value of attribute input_loss_image_slate.
-
#input_loss_image_type ⇒ "COLOR", "SLATE"
Returns the value of attribute input_loss_image_type.
-
#repeat_frame_msec ⇒ ::Integer
Returns the value of attribute repeat_frame_msec.
Instance Attribute Details
#black_frame_msec ⇒ ::Integer
Returns the value of attribute black_frame_msec.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def black_frame_msec @black_frame_msec end |
#input_loss_image_color ⇒ ::String
Returns the value of attribute input_loss_image_color.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def input_loss_image_color @input_loss_image_color end |
#input_loss_image_slate ⇒ Types::InputLocation
Returns the value of attribute input_loss_image_slate.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def input_loss_image_slate @input_loss_image_slate end |
#input_loss_image_type ⇒ "COLOR", "SLATE"
Returns the value of attribute input_loss_image_type.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def input_loss_image_type @input_loss_image_type end |
#repeat_frame_msec ⇒ ::Integer
Returns the value of attribute repeat_frame_msec.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def repeat_frame_msec @repeat_frame_msec end |