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
12064 12065 12066 12067 12068 |
# File 'lib/aws-sdk-medialive/types.rb', line 12064 class StartInputDeviceMaintenanceWindowRequest < Struct.new( :input_device_id) SENSITIVE = [] include Aws::Structure end |