Class: Aws::MediaLive::Types::InputDeviceSettings

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

Overview

Settings for an input device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique ID for the device.

Returns:

  • (String)


6870
6871
6872
6873
6874
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6870

class InputDeviceSettings < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end