Class: Aws::Types::TimeRange

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)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def end
  @end
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def start
  @start
end