enum Amazonite::ApiGateway::ConnectionType

Defined in:

api_gateway/connection_type.cr

Enum Members

Internet = 0
VpcLink = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AAG::ConnectionType #

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

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

[View source]

Instance Method Detail

def internet? #

Returns true if this enum value equals Internet


[View source]
def to_json_object_key : String #

[View source]
def vpc_link? #

Returns true if this enum value equals VpcLink


[View source]