Class: Aws::Query::Handler::WRAPPER_STRUCT Private
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Query::Handler::WRAPPER_STRUCT
 
- Defined in:
- lib/aws-sdk-core/query/handler.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
- 
  
    
      #response_metadata  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute response_metadata. 
- 
  
    
      #result  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute result. 
Instance Attribute Details
#response_metadata ⇒ Object
Returns the value of attribute response_metadata
| 12 13 14 | # File 'lib/aws-sdk-core/query/handler.rb', line 12 def @response_metadata end | 
#result ⇒ Object
Returns the value of attribute result
| 12 13 14 | # File 'lib/aws-sdk-core/query/handler.rb', line 12 def result @result end |