Sha256: 32118c8c19d22595fd24fba646f851b0e489693f4d154dcfb3975cce003ae4f4
Contents?: true
Size: 240 Bytes
Versions: 6
Compression:
Stored size: 240 Bytes
Contents
class Lono::Cfn::Deploy class Notification < Base def arns arns = @options["notification_arns"] || Lono.config.up.notification_arns arns == [''] ? [] : arns # allow removing the notification_arns setting end end end
Version data entries
6 entries across 6 versions & 1 rubygems