enum Amazonite::SsmV1::NotificationEvent
Defined in:
ssm_v1/notification_event.crEnum Members
-
All =
0 -
InProgress =
1 -
Success =
2 -
TimedOut =
3 -
Cancelled =
4 -
Failed =
5
Class Method Summary
- .from_json(pull : JSON::PullParser) : AS::NotificationEvent
- .to_json(e : NotificationEvent, json : JSON::Builder) : Nil