Module: Aws::Neptunedata::Client::_GetPropertygraphStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPropertygraphStreamOutput]
- 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::PropertygraphRecord]
- #total_records ⇒ ::Integer
Instance Method Details
#format ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def format: () -> ::String
|
#last_event_id ⇒ ::Hash[::String, ::String]
402 |
# File 'sig/client.rbs', line 402
def last_event_id: () -> ::Hash[::String, ::String]
|
#last_trx_timestamp_in_millis ⇒ ::Integer
403 |
# File 'sig/client.rbs', line 403
def last_trx_timestamp_in_millis: () -> ::Integer
|
#records ⇒ ::Array[Types::PropertygraphRecord]
405 |
# File 'sig/client.rbs', line 405
def records: () -> ::Array[Types::PropertygraphRecord]
|
#total_records ⇒ ::Integer
406 |
# File 'sig/client.rbs', line 406
def total_records: () -> ::Integer
|