Class: Aws::MediaLive::Types::StartInputDeviceMaintenanceWindowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StartInputDeviceMaintenanceWindowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#input_device_id ⇒ String
11542 11543 11544 11545 11546 |
# File 'lib/aws-sdk-medialive/types.rb', line 11542 class StartInputDeviceMaintenanceWindowRequest < Struct.new( :input_device_id) SENSITIVE = [] include Aws::Structure end |