Class: Aws::Types::NotificationSettingKey
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSettingKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "ALL"
Returns the value of attribute channel.
-
#event ⇒ "CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"
Returns the value of attribute event.
Instance Attribute Details
#channel ⇒ "ALL"
Returns the value of attribute channel.
163 164 165 |
# File 'sig/types.rbs', line 163 def channel @channel end |
#event ⇒ "CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"
Returns the value of attribute event.
162 163 164 |
# File 'sig/types.rbs', line 162 def event @event end |