Class: Aws::Types::PropertygraphRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#commit_timestamp_in_millis::Integer

Returns the value of attribute commit_timestamp_in_millis.

Returns:



721
722
723
# File 'sig/types.rbs', line 721

def commit_timestamp_in_millis
  @commit_timestamp_in_millis
end

#dataTypes::PropertygraphData

Returns the value of attribute data.

Returns:



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.

Returns:



722
723
724
# File 'sig/types.rbs', line 722

def event_id
  @event_id
end

#is_last_opBoolean

Returns the value of attribute is_last_op.

Returns:



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.

Returns:



724
725
726
# File 'sig/types.rbs', line 724

def op
  @op
end