Class: Aws::AppSync::Types::EvaluateMappingTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextString

The map that holds all of the contextual information for your resolver invocation. A context is required for this action.

Returns:

  • (String)


2222
2223
2224
2225
2226
2227
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2222

class EvaluateMappingTemplateRequest < Struct.new(
  :template,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

The mapping template; this can be a request or response template. A template is required for this action.

Returns:

  • (String)


2222
2223
2224
2225
2226
2227
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2222

class EvaluateMappingTemplateRequest < Struct.new(
  :template,
  :context)
  SENSITIVE = []
  include Aws::Structure
end