class Amazonite::Lambda::TraceHeader

Overview

Contains trace headers for the Lambda durable execution.

Included Modules

Defined in:

lambda/trace_header.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(x_amzn_trace_id : String | Nil = nil) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]
def x_amzn_trace_id : String | Nil #

The X-Ray trace header associated with the durable execution.


[View source]
def x_amzn_trace_id=(x_amzn_trace_id : String | Nil) #

The X-Ray trace header associated with the durable execution.


[View source]