Class: Aws::MediaLive::Types::RebootInputDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::RebootInputDevice
- Includes:
- Structure
- Defined in:
- 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.
10495 10496 10497 10498 10499 |
# File 'lib/aws-sdk-medialive/types.rb', line 10495 class RebootInputDevice < Struct.new( :force) SENSITIVE = [] include Aws::Structure end |