enum Amazonite::Ssm::NotificationType

Defined in:

ssm/notification_type.cr

Enum Members

Command = 0
Invocation = 1

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_json(pull : JSON::PullParser) : AS::NotificationType #

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

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

[View source]

Instance Method Detail

def command? #

Returns true if this enum value equals Command


[View source]
def invocation? #

Returns true if this enum value equals Invocation


[View source]
def to_json_object_key : String #

[View source]