Class: Aws::MediaLive::Types::InputDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::InputDeviceRequest
- Includes:
- Structure
- Defined in:
- 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.
7050 7051 7052 7053 7054 |
# File 'lib/aws-sdk-medialive/types.rb', line 7050 class InputDeviceRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |