struct

AWSLambdaEvents::Firehose::ResponseRecord

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(record_id : String, result : String, data : Bytes, metadata : ResponseRecordMetadata | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

data
Source
data=(data : Bytes)
Source
metadata
Source
metadata=(metadata : ResponseRecordMetadata | Nil)
Source
record_id
Source
record_id=(record_id : String)
Source
result
Source
result=(result : String)
Source