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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


10258
10259
10260
10261
10262
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 10258

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