enum

Amazonite::SsmV1::NotificationEvent

Inherits Enum < Comparable < Value < Object

Constants

All = 0
InProgress = 1
Success = 2
TimedOut = 3
Cancelled = 4
Failed = 5

Class methods

from_json(pull : JSON::PullParser) : AS::NotificationEvent
Source
to_json(e : NotificationEvent, json : JSON::Builder) : Nil
Source

Instance methods

all?

Returns true if this enum value equals All

Source
cancelled?

Returns true if this enum value equals Cancelled

Source
failed?

Returns true if this enum value equals Failed

Source
in_progress?

Returns true if this enum value equals InProgress

Source
success?

Returns true if this enum value equals Success

Source
timed_out?

Returns true if this enum value equals TimedOut

Source