Class: Aws::Types::SparqlRecord

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:

  • (::Integer)


838
839
840
# File 'sig/types.rbs', line 838

def commit_timestamp_in_millis
  @commit_timestamp_in_millis
end

#dataTypes::SparqlData

Returns the value of attribute data.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def data
  @data
end

#event_id::Hash[::String, ::String]

Returns the value of attribute event_id.

Returns:

  • (::Hash[::String, ::String])


839
840
841
# File 'sig/types.rbs', line 839

def event_id
  @event_id
end

#is_last_opBoolean

Returns the value of attribute is_last_op.

Returns:

  • (Boolean)


842
843
844
# File 'sig/types.rbs', line 842

def is_last_op
  @is_last_op
end

#op::String

Returns the value of attribute op.

Returns:

  • (::String)


841
842
843
# File 'sig/types.rbs', line 841

def op
  @op
end