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

#availability_zoneString

The Availability Zone you want associated with this input device.

Returns:

  • (String)


12530
12531
12532
12533
12534
12535
12536
12537
# File 'lib/aws-sdk-medialive/types.rb', line 12530

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

#hd_device_settingsTypes::InputDeviceConfigurableSettings

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



12530
12531
12532
12533
12534
12535
12536
12537
# File 'lib/aws-sdk-medialive/types.rb', line 12530

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

#nameString

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

Returns:

  • (String)


12530
12531
12532
12533
12534
12535
12536
12537
# File 'lib/aws-sdk-medialive/types.rb', line 12530

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

#uhd_device_settingsTypes::InputDeviceConfigurableSettings

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



12530
12531
12532
12533
12534
12535
12536
12537
# File 'lib/aws-sdk-medialive/types.rb', line 12530

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