enum Amazonite::EventBridge::ConnectionAuthorizationType

Defined in:

eventbridge/connection_authorization_type.cr

Enum Members

Basic = 0
OauthClientCredentials = 1
ApiKey = 2

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AEB::ConnectionAuthorizationType #

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

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

[View source]

Instance Method Detail

def api_key? #

Returns true if this enum value equals ApiKey


[View source]
def basic? #

Returns true if this enum value equals Basic


[View source]
def oauth_client_credentials? #

Returns true if this enum value equals OauthClientCredentials


[View source]
def to_json_object_key : String #

[View source]