Class: Aws::MediaLive::Types::UpdateInputDevice

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

Overview

Updates an input device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hd_device_settingsTypes::InputDeviceConfigurableSettings

The settings that you want to apply to the HD input device.



18556
18557
18558
18559
18560
18561
18562
# File 'lib/aws-sdk-medialive/types.rb', line 18556

class UpdateInputDevice < Struct.new(
  :hd_device_settings,
  :name,
  :uhd_device_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name that you assigned to this input device (not the unique ID).

Returns:

  • (String)


18556
18557
18558
18559
18560
18561
18562
# File 'lib/aws-sdk-medialive/types.rb', line 18556

class UpdateInputDevice < Struct.new(
  :hd_device_settings,
  :name,
  :uhd_device_settings)
  SENSITIVE = []
  include Aws::Structure
end

#uhd_device_settingsTypes::InputDeviceConfigurableSettings

The settings that you want to apply to the UHD input device.



18556
18557
18558
18559
18560
18561
18562
# File 'lib/aws-sdk-medialive/types.rb', line 18556

class UpdateInputDevice < Struct.new(
  :hd_device_settings,
  :name,
  :uhd_device_settings)
  SENSITIVE = []
  include Aws::Structure
end