Class: Aws::AppSync::Types::EvaluateMappingTemplateResponse

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

#errorTypes::ErrorDetail

The ErrorDetail object.

Returns:



2244
2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2244

class EvaluateMappingTemplateResponse < Struct.new(
  :evaluation_result,
  :error,
  :logs)
  SENSITIVE = []
  include Aws::Structure
end

#evaluation_resultString

The mapping template; this can be a request or response template.

Returns:

  • (String)


2244
2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2244

class EvaluateMappingTemplateResponse < Struct.new(
  :evaluation_result,
  :error,
  :logs)
  SENSITIVE = []
  include Aws::Structure
end

#logsArray<String>

A list of logs that were generated by calls to util.log.info and util.log.error in the evaluated code.

Returns:

  • (Array<String>)


2244
2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2244

class EvaluateMappingTemplateResponse < Struct.new(
  :evaluation_result,
  :error,
  :logs)
  SENSITIVE = []
  include Aws::Structure
end