Class: Aws::Types::OpenHoursRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::String

Returns the value of attribute end_time.

Returns:

  • (::String)


3402
3403
3404
# File 'sig/types.rbs', line 3402

def end_time
  @end_time
end

#start_time::String

Returns the value of attribute start_time.

Returns:

  • (::String)


3401
3402
3403
# File 'sig/types.rbs', line 3401

def start_time
  @start_time
end