Class: Aws::Types::GetSparqlStreamOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetSparqlStreamOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ ::String
Returns the value of attribute format.
-
#last_event_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_event_id.
-
#last_trx_timestamp_in_millis ⇒ ::Integer
Returns the value of attribute last_trx_timestamp_in_millis.
-
#records ⇒ ::Array[Types::SparqlRecord]
Returns the value of attribute records.
-
#total_records ⇒ ::Integer
Returns the value of attribute total_records.
Instance Attribute Details
#format ⇒ ::String
Returns the value of attribute format.
469 470 471 |
# File 'sig/types.rbs', line 469 def format @format end |
#last_event_id ⇒ ::Hash[::String, ::String]
Returns the value of attribute last_event_id.
467 468 469 |
# File 'sig/types.rbs', line 467 def last_event_id @last_event_id end |
#last_trx_timestamp_in_millis ⇒ ::Integer
Returns the value of attribute last_trx_timestamp_in_millis.
468 469 470 |
# File 'sig/types.rbs', line 468 def end |
#records ⇒ ::Array[Types::SparqlRecord]
Returns the value of attribute records.
470 471 472 |
# File 'sig/types.rbs', line 470 def records @records end |
#total_records ⇒ ::Integer
Returns the value of attribute total_records.
471 472 473 |
# File 'sig/types.rbs', line 471 def total_records @total_records end |