Class: Aws::Types::StartingPosition
- Inherits:
-
Object
- Object
- Aws::Types::StartingPosition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute type.
Instance Attribute Details
#sequence_number ⇒ ::String
Returns the value of attribute sequence_number.
534 535 536 |
# File 'sig/types.rbs', line 534 def sequence_number @sequence_number end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
535 536 537 |
# File 'sig/types.rbs', line 535 def @timestamp end |
#type ⇒ "AT_SEQUENCE_NUMBER", ...
Returns the value of attribute type.
533 534 535 |
# File 'sig/types.rbs', line 533 def type @type end |