Class: Aws::AppSync::Types::EvaluateMappingTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::EvaluateMappingTemplateResponse
- Defined in:
- gems/aws-sdk-appsync/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
andutil.log.error
in the evaluated code.
Instance Attribute Details
#error ⇒ Types::ErrorDetail
The ErrorDetail
object.
2597 2598 2599 2600 2601 2602 2603 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2597 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.
2597 2598 2599 2600 2601 2602 2603 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2597 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.
2597 2598 2599 2600 2601 2602 2603 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2597 class EvaluateMappingTemplateResponse < Struct.new( :evaluation_result, :error, :logs) SENSITIVE = [] include Aws::Structure end |