enum Amazonite::Lambda::EndPointType

Defined in:

lambda/end_point_type.cr

Enum Members

KafkaBootstrapServers = 0

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AL::EndPointType #

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

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

[View source]

Instance Method Detail

def kafka_bootstrap_servers? #

Returns true if this enum value equals KafkaBootstrapServers


[View source]
def to_json_object_key : String #

[View source]