Class: Aws::MediaConnect::Types::WindowMaintenanceSchedule
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::WindowMaintenanceSchedule
- Defined in:
- gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb
Overview
Defines a specific time window for maintenance operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end ⇒ Time
The end time of the maintenance window.
-
#scheduled_time ⇒ Time
The date and time when the maintenance window is scheduled to occur.
-
#start ⇒ Time
The start time of the maintenance window.
Instance Attribute Details
#end ⇒ Time
The end time of the maintenance window.
9338 9339 9340 9341 9342 9343 9344 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9338 class WindowMaintenanceSchedule < Struct.new( :start, :end, :scheduled_time) SENSITIVE = [] include Aws::Structure end |
#scheduled_time ⇒ Time
The date and time when the maintenance window is scheduled to occur.
9338 9339 9340 9341 9342 9343 9344 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9338 class WindowMaintenanceSchedule < Struct.new( :start, :end, :scheduled_time) SENSITIVE = [] include Aws::Structure end |
#start ⇒ Time
The start time of the maintenance window.
9338 9339 9340 9341 9342 9343 9344 |
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9338 class WindowMaintenanceSchedule < Struct.new( :start, :end, :scheduled_time) SENSITIVE = [] include Aws::Structure end |