Class: Aws::AppSync::Types::EvaluateMappingTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::EvaluateMappingTemplateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context ⇒ String
The map that holds all of the contextual information for your resolver invocation.
-
#template ⇒ String
The mapping template; this can be a request or response template.
Instance Attribute Details
#context ⇒ String
The map that holds all of the contextual information for your resolver invocation. A ‘context` is required for this action.
2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-appsync/types.rb', line 2572 class EvaluateMappingTemplateRequest < Struct.new( :template, :context) SENSITIVE = [] include Aws::Structure end |
#template ⇒ String
The mapping template; this can be a request or response template. A ‘template` is required for this action.
2572 2573 2574 2575 2576 2577 |
# File 'lib/aws-sdk-appsync/types.rb', line 2572 class EvaluateMappingTemplateRequest < Struct.new( :template, :context) SENSITIVE = [] include Aws::Structure end |