Module: Aws::Neptunedata::Client::_ExecuteGremlinQueryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ExecuteGremlinQueryOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #meta ⇒ Object
- #request_id ⇒ ::String
- #result ⇒ Object
- #status ⇒ Types::GremlinQueryStatusAttributes
Instance Method Details
#meta ⇒ Object
242 |
# File 'sig/client.rbs', line 242
def meta: () -> untyped
|
#request_id ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def request_id: () -> ::String
|
#result ⇒ Object
241 |
# File 'sig/client.rbs', line 241
def result: () -> untyped
|
#status ⇒ Types::GremlinQueryStatusAttributes
240 |
# File 'sig/client.rbs', line 240
def status: () -> Types::GremlinQueryStatusAttributes
|