Class: Aws::Types::ExecuteGremlinQueryOutput
- Inherits:
-
Object
- Object
- Aws::Types::ExecuteGremlinQueryOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meta ⇒ Object
Returns the value of attribute meta.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#result ⇒ Object
Returns the value of attribute result.
-
#status ⇒ Types::GremlinQueryStatusAttributes
Returns the value of attribute status.
Instance Attribute Details
#meta ⇒ Object
Returns the value of attribute meta.
245 246 247 |
# File 'sig/types.rbs', line 245 def end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def request_id @request_id end |
#result ⇒ Object
Returns the value of attribute result.
244 245 246 |
# File 'sig/types.rbs', line 244 def result @result end |
#status ⇒ Types::GremlinQueryStatusAttributes
Returns the value of attribute status.
243 244 245 |
# File 'sig/types.rbs', line 243 def status @status end |