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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-appsync/types.rb', line 2222

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