Class: Aws::Types::StartingPosition

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#sequence_number::String

Returns the value of attribute sequence_number.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def sequence_number
  @sequence_number
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


535
536
537
# File 'sig/types.rbs', line 535

def timestamp
  @timestamp
end

#type"AT_SEQUENCE_NUMBER", ...

Returns the value of attribute type.

Returns:

  • ("AT_SEQUENCE_NUMBER", "AFTER_SEQUENCE_NUMBER", "TRIM_HORIZON", "LATEST", "AT_TIMESTAMP")


533
534
535
# File 'sig/types.rbs', line 533

def type
  @type
end