Class: Aws::AppSync::Types::EvaluateMappingTemplateResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::EvaluateMappingTemplateResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error  ⇒ Types::ErrorDetail 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ‘ErrorDetail` object.
 - 
  
    
      #evaluation_result  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The mapping template; this can be a request or response template.
 - 
  
    
      #logs  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of logs that were generated by calls to ‘util.log.info` and `util.log.error` in the evaluated code.
 
Instance Attribute Details
#error ⇒ Types::ErrorDetail
The ‘ErrorDetail` object.
      2594 2595 2596 2597 2598 2599 2600  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2594 class EvaluateMappingTemplateResponse < Struct.new( :evaluation_result, :error, :logs) SENSITIVE = [] include Aws::Structure end  | 
  
#evaluation_result ⇒ String
The mapping template; this can be a request or response template.
      2594 2595 2596 2597 2598 2599 2600  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2594 class EvaluateMappingTemplateResponse < Struct.new( :evaluation_result, :error, :logs) SENSITIVE = [] include Aws::Structure end  | 
  
#logs ⇒ Array<String>
A list of logs that were generated by calls to ‘util.log.info` and `util.log.error` in the evaluated code.
      2594 2595 2596 2597 2598 2599 2600  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 2594 class EvaluateMappingTemplateResponse < Struct.new( :evaluation_result, :error, :logs) SENSITIVE = [] include Aws::Structure end  |