enum Amazonite::Lambda::FunctionUrlAuthType

Defined in:

lambda/function_url_auth_type.cr

Enum Members

None = 0
AwsIam = 1

Class Method Summary

Instance Method Summary

Class Method Detail

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

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

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

[View source]

Instance Method Detail

def aws_iam? #

Returns true if this enum value equals AwsIam


[View source]
def none? #

Returns true if this enum value equals None


[View source]
def to_json_object_key : String #

[View source]