Class: Aws::Types::HarvesterScheduleConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


628
629
630
# File 'sig/types.rbs', line 628

def end_time
  @end_time
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


627
628
629
# File 'sig/types.rbs', line 627

def start_time
  @start_time
end