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_timestamp ⇒ ::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


869
870
871
# File 'sig/types.rbs', line 869

def end_timestamp
  @end_timestamp
end

#start_timestamp ⇒ ::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


868
869
870
# File 'sig/types.rbs', line 868

def start_timestamp
  @start_timestamp
end