Module: Aws::Neptunedata::Client::_GetSparqlStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSparqlStreamOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #format ⇒ ::String
- #last_event_id ⇒ ::Hash[::String, ::String]
- #last_trx_timestamp_in_millis ⇒ ::Integer
- #records ⇒ ::Array[Types::SparqlRecord]
- #total_records ⇒ ::Integer
Instance Method Details
#format ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def format: () -> ::String
|
#last_event_id ⇒ ::Hash[::String, ::String]
451 |
# File 'sig/client.rbs', line 451
def last_event_id: () -> ::Hash[::String, ::String]
|
#last_trx_timestamp_in_millis ⇒ ::Integer
452 |
# File 'sig/client.rbs', line 452
def last_trx_timestamp_in_millis: () -> ::Integer
|
#records ⇒ ::Array[Types::SparqlRecord]
454 |
# File 'sig/client.rbs', line 454
def records: () -> ::Array[Types::SparqlRecord]
|
#total_records ⇒ ::Integer
455 |
# File 'sig/client.rbs', line 455
def total_records: () -> ::Integer
|