Class: Aws::MediaLive::Types::InputDeviceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceSettings
- 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
-
#id ⇒ String
The unique ID for the device.
Instance Attribute Details
#id ⇒ String
The unique ID for the device.
7064 7065 7066 7067 7068 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 7064 class InputDeviceSettings < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |