Class: Aws::MediaLive::Types::InputDeviceSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputDeviceSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Settings for an input device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID for the device.
 
Instance Attribute Details
#id ⇒ String
The unique ID for the device.
      7065 7066 7067 7068 7069  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7065 class InputDeviceSettings < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |