class Amazonite::SsmV1::NotificationConfig
- Amazonite::SsmV1::NotificationConfig
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm_v1/notification_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(notification_arn : String | Nil = nil, notification_events : Array(NotificationEvent) | Nil = nil, notification_type : NotificationType | Nil = nil)
Instance Method Summary
- #notification_arn : String | Nil
- #notification_arn=(notification_arn : String | Nil)
- #notification_events : Array(NotificationEvent) | Nil
- #notification_events=(notification_events : Array(NotificationEvent) | Nil)
- #notification_type : NotificationType | Nil
- #notification_type=(notification_type : NotificationType | Nil)
Constructor Detail
def self.new(notification_arn : String | Nil = nil, notification_events : Array(NotificationEvent) | Nil = nil, notification_type : NotificationType | Nil = nil)
#