Class: Aws::Types::NotificationSetting
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "ALL"
Returns the value of attribute channel.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#event ⇒ "CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"
Returns the value of attribute event.
-
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
Instance Attribute Details
#channel ⇒ "ALL"
Returns the value of attribute channel.
148 149 150 |
# File 'sig/types.rbs', line 148 def channel @channel end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
145 146 147 |
# File 'sig/types.rbs', line 145 def enabled @enabled end |
#event ⇒ "CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"
Returns the value of attribute event.
146 147 148 |
# File 'sig/types.rbs', line 146 def event @event end |
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
147 148 149 |
# File 'sig/types.rbs', line 147 def threshold @threshold end |