enum
Amazonite::Lambda::FunctionUrlAuthType
Defined in:
lambda/function_url_auth_type.crEnum Members
-
None =
0 -
AwsIam =
1
Class Method Summary
- .from_json(pull : JSON::PullParser) : AL::FunctionUrlAuthType
- .from_json_object_key?(key : String) : AL::FunctionUrlAuthType | Nil
- .to_json(e : FunctionUrlAuthType, json : JSON::Builder) : Nil
Instance Method Summary
-
#aws_iam?
Returns
trueif this enum value equalsAwsIam -
#none?
Returns
trueif this enum value equalsNone - #to_json_object_key : String