Class: Aws::Types::PropertygraphRecord
- Inherits:
-
Object
- Object
- Aws::Types::PropertygraphRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#commit_timestamp_in_millis ⇒ ::Integer
Returns the value of attribute commit_timestamp_in_millis.
-
#data ⇒ Types::PropertygraphData
Returns the value of attribute data.
-
#event_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_id.
-
#is_last_op ⇒ Boolean
Returns the value of attribute is_last_op.
-
#op ⇒ ::String
Returns the value of attribute op.
Instance Attribute Details
#commit_timestamp_in_millis ⇒ ::Integer
Returns the value of attribute commit_timestamp_in_millis.
721 722 723 |
# File 'sig/types.rbs', line 721 def @commit_timestamp_in_millis end |
#data ⇒ Types::PropertygraphData
Returns the value of attribute data.
723 724 725 |
# File 'sig/types.rbs', line 723 def data @data end |
#event_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_id.
722 723 724 |
# File 'sig/types.rbs', line 722 def event_id @event_id end |
#is_last_op ⇒ Boolean
Returns the value of attribute is_last_op.
725 726 727 |
# File 'sig/types.rbs', line 725 def is_last_op @is_last_op end |
#op ⇒ ::String
Returns the value of attribute op.
724 725 726 |
# File 'sig/types.rbs', line 724 def op @op end |