Class: Aws::Neptunedata::Types::ExecuteGremlinQueryOutput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Neptunedata::Types::ExecuteGremlinQueryOutput
 
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #meta  ⇒ Hash, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Metadata about the Gremlin query. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier of the Gremlin query. 
- 
  
    
      #result  ⇒ Hash, ... 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Gremlin query output from the server. 
- 
  
    
      #status  ⇒ Types::GremlinQueryStatusAttributes 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the Gremlin query. 
Instance Attribute Details
#meta ⇒ Hash, ...
Metadata about the Gremlin query.
| 847 848 849 850 851 852 853 854 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847 class ExecuteGremlinQueryOutput < Struct.new( :request_id, :status, :result, :meta) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The unique identifier of the Gremlin query.
| 847 848 849 850 851 852 853 854 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847 class ExecuteGremlinQueryOutput < Struct.new( :request_id, :status, :result, :meta) SENSITIVE = [] include Aws::Structure end | 
#result ⇒ Hash, ...
The Gremlin query output from the server.
| 847 848 849 850 851 852 853 854 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847 class ExecuteGremlinQueryOutput < Struct.new( :request_id, :status, :result, :meta) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Types::GremlinQueryStatusAttributes
The status of the Gremlin query.
| 847 848 849 850 851 852 853 854 | # File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 847 class ExecuteGremlinQueryOutput < Struct.new( :request_id, :status, :result, :meta) SENSITIVE = [] include Aws::Structure end |