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

#begin_date::Time

Returns the value of attribute begin_date.

Returns:

  • (::Time)


738
739
740
# File 'sig/types.rbs', line 738

def begin_date
  @begin_date
end

#end_date::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


739
740
741
# File 'sig/types.rbs', line 739

def end_date
  @end_date
end