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

#end ⇒ Time

The end time of the maintenance window.

Returns:

  • (Time)


9949
9950
9951
9952
9953
9954
9955
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9949

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.

Returns:

  • (Time)


9949
9950
9951
9952
9953
9954
9955
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9949

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

#start ⇒ Time

The start time of the maintenance window.

Returns:

  • (Time)


9949
9950
9951
9952
9953
9954
9955
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 9949

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