Class: Aws::Types::TimestampRange

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)


1000
1001
1002
# File 'sig/types.rbs', line 1000

def end
  @end
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


999
1000
1001
# File 'sig/types.rbs', line 999

def start
  @start
end