Class: Aws::MediaLive::Types::RebootInputDeviceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::RebootInputDeviceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #force  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether or not to force reboot the input device.
 - #input_device_id ⇒ String
 
Instance Attribute Details
#force ⇒ String
Whether or not to force reboot the input device.
      10510 10511 10512 10513 10514 10515  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10510 class RebootInputDeviceRequest < Struct.new( :force, :input_device_id) SENSITIVE = [] include Aws::Structure end  | 
  
#input_device_id ⇒ String
      10510 10511 10512 10513 10514 10515  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 10510 class RebootInputDeviceRequest < Struct.new( :force, :input_device_id) SENSITIVE = [] include Aws::Structure end  |