struct

AWSLambdaEvents::S3Batch::JobResponse

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(invocation_schema_version : String, treat_missing_keys_as : String, invocation_id : String, results : Array(JobResult))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

invocation_id
Source
invocation_id=(invocation_id : String)
Source
invocation_schema_version
Source
invocation_schema_version=(invocation_schema_version : String)
Source
results
Source
results=(results : Array(JobResult))
Source
treat_missing_keys_as
Source
treat_missing_keys_as=(treat_missing_keys_as : String)
Source