Class: Aws::MediaLive::Types::RebootInputDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RebootInputDevice
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force ⇒ String
Force a reboot of an input device.
Instance Attribute Details
#force ⇒ String
Force a reboot of an input device. If the device is streaming, it will stop streaming and begin rebooting within a few seconds of sending the command. If the device was streaming prior to the reboot, the device will resume streaming when the reboot completes.
10644 10645 10646 10647 10648 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10644 class RebootInputDevice < Struct.new( :force) SENSITIVE = [] include Aws::Structure end |