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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#endTime

The end time of the maintenance window.

Returns:

  • (Time)


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_timeTime

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

Returns:

  • (Time)


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

#startTime

The start time of the maintenance window.

Returns:

  • (Time)


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