Class: Aws::Types::WindowMaintenanceSchedule

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end::Time

Returns the value of attribute end.

Returns:

  • (::Time)


2715
2716
2717
# File 'sig/types.rbs', line 2715

def end
  @end
end

#scheduled_time::Time

Returns the value of attribute scheduled_time.

Returns:

  • (::Time)


2716
2717
2718
# File 'sig/types.rbs', line 2716

def scheduled_time
  @scheduled_time
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def start
  @start
end