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
Note:
When making an API call, you may pass InputDeviceSettings data as a hash:
{
id: "__string",
}
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.
9789 9790 9791 9792 9793 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9789 class InputDeviceSettings < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |