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.
10569 10570 10571 10572 10573 |
# File 'lib/aws-sdk-medialive/types.rb', line 10569 class RebootInputDevice < Struct.new( :force) SENSITIVE = [] include Aws::Structure end |