Class: Aws::MediaConnect::Types::WindowMaintenanceSchedule

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Defines a specific time window for maintenance operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endTime

The end time of the maintenance window.



9338
9339
9340
9341
9342
9343
9344
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9338

class WindowMaintenanceSchedule < Struct.new(
  :start,
  :end,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end

#scheduled_timeTime

The date and time when the maintenance window is scheduled to occur.



9338
9339
9340
9341
9342
9343
9344
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9338

class WindowMaintenanceSchedule < Struct.new(
  :start,
  :end,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end

#startTime

The start time of the maintenance window.



9338
9339
9340
9341
9342
9343
9344
# File 'lib/aws-sdk-mediaconnect/types.rb', line 9338

class WindowMaintenanceSchedule < Struct.new(
  :start,
  :end,
  :scheduled_time)
  SENSITIVE = []
  include Aws::Structure
end