class Amazonite::SsmV1::NotificationConfig

Included Modules

Defined in:

ssm_v1/notification_config.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(notification_arn : String | Nil = nil, notification_events : Array(NotificationEvent) | Nil = nil, notification_type : NotificationType | Nil = nil) #

[View source]

Instance Method Detail

def notification_arn : String | Nil #

[View source]
def notification_arn=(notification_arn : String | Nil) #

[View source]
def notification_events : Array(NotificationEvent) | Nil #

[View source]
def notification_events=(notification_events : Array(NotificationEvent) | Nil) #

[View source]
def notification_type : NotificationType | Nil #

[View source]
def notification_type=(notification_type : NotificationType | Nil) #

[View source]