Class: Aws::MediaLive::Types::InputDeviceRequest

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)


6856
6857
6858
6859
6860
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6856

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