Class: Aws::MediaLive::Types::RebootInputDevice

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#forceString

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.

Returns:

  • (String)


10173
10174
10175
10176
10177
# File 'lib/aws-sdk-medialive/types.rb', line 10173

class RebootInputDevice < Struct.new(
  :force)
  SENSITIVE = []
  include Aws::Structure
end