Class: Aws::Types::SparqlRecord
- Inherits:
-
Object
- Object
- Aws::Types::SparqlRecord
- 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::SparqlData
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.
838 839 840 |
# File 'sig/types.rbs', line 838 def end |
#data ⇒ Types::SparqlData
Returns the value of attribute data.
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.
839 840 841 |
# File 'sig/types.rbs', line 839 def event_id @event_id end |
#is_last_op ⇒ Boolean
Returns the value of attribute is_last_op.
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.
841 842 843 |
# File 'sig/types.rbs', line 841 def op @op end |