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_offset_millis::Integer

Returns the value of attribute begin_offset_millis.

Returns:

  • (::Integer)


504
505
506
# File 'sig/types.rbs', line 504

def begin_offset_millis
  @begin_offset_millis
end

#end_offset_millis::Integer

Returns the value of attribute end_offset_millis.

Returns:

  • (::Integer)


505
506
507
# File 'sig/types.rbs', line 505

def end_offset_millis
  @end_offset_millis
end