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

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

Overview

Note:

When making an API call, you may pass InputDeviceRequest data as a hash:

{
  id: "__string",
}

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)


10164
10165
10166
10167
10168
# File 'lib/aws-sdk-medialive/types.rb', line 10164

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