enum Amazonite::Kinesis::RecordFormatType

Defined in:

kinesis/record_format_type.cr

Enum Members

GsrJson = 0
Json = 1
String = 2
ByteArray = 3

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AK::RecordFormatType #

[View source]
def self.from_json_object_key?(key : String) : AK::RecordFormatType | Nil #

[View source]
def self.to_json(e : RecordFormatType, json : JSON::Builder) : Nil #

[View source]

Instance Method Detail

def byte_array? #

Returns true if this enum value equals ByteArray


[View source]
def gsr_json? #

Returns true if this enum value equals GsrJson


[View source]
def json? #

Returns true if this enum value equals Json


[View source]
def string? #

Returns true if this enum value equals String


[View source]
def to_json_object_key : String #

[View source]