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)


9560
9561
9562
9563
9564
9565
9566
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9560

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)


9560
9561
9562
9563
9564
9565
9566
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9560

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

#startTime

The start time of the maintenance window.

Returns:

  • (Time)


9560
9561
9562
9563
9564
9565
9566
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9560

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