Class: Aws::AppSync::Types::EvaluateCodeResponse

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::EvaluateCodeErrorDetail

Contains the payload of the response error.



2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2202

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

#evaluation_resultString

The result of the evaluation operation.

Returns:

  • (String)


2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2202

class EvaluateCodeResponse < 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>)


2202
2203
2204
2205
2206
2207
2208
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2202

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