Class: Aws::MediaLive::Types::UpdateInputDevice
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::UpdateInputDevice
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Updates an input device.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #availability_zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Availability Zone you want associated with this input device.
 - 
  
    
      #hd_device_settings  ⇒ Types::InputDeviceConfigurableSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings that you want to apply to the HD input device.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name that you assigned to this input device (not the unique ID).
 - 
  
    
      #uhd_device_settings  ⇒ Types::InputDeviceConfigurableSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The settings that you want to apply to the UHD input device.
 
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone you want associated with this input device.
      12788 12789 12790 12791 12792 12793 12794 12795  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12788 class UpdateInputDevice < Struct.new( :hd_device_settings, :name, :uhd_device_settings, :availability_zone) SENSITIVE = [] include Aws::Structure end  | 
  
#hd_device_settings ⇒ Types::InputDeviceConfigurableSettings
The settings that you want to apply to the HD input device.
      12788 12789 12790 12791 12792 12793 12794 12795  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12788 class UpdateInputDevice < Struct.new( :hd_device_settings, :name, :uhd_device_settings, :availability_zone) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name that you assigned to this input device (not the unique ID).
      12788 12789 12790 12791 12792 12793 12794 12795  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12788 class UpdateInputDevice < Struct.new( :hd_device_settings, :name, :uhd_device_settings, :availability_zone) SENSITIVE = [] include Aws::Structure end  | 
  
#uhd_device_settings ⇒ Types::InputDeviceConfigurableSettings
The settings that you want to apply to the UHD input device.
      12788 12789 12790 12791 12792 12793 12794 12795  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12788 class UpdateInputDevice < Struct.new( :hd_device_settings, :name, :uhd_device_settings, :availability_zone) SENSITIVE = [] include Aws::Structure end  |