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:



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_resultString

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

Returns:

  • (String)


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

#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>)


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