Class: Aws::Types::NotificationSettingDetail
- Inherits:
-
Object
- Object
- Aws::Types::NotificationSettingDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "ALL"
Returns the value of attribute channel.
-
#configured_by ⇒ ::String
Returns the value of attribute configured_by.
-
#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.
156 157 158 |
# File 'sig/types.rbs', line 156 def channel @channel end |
#configured_by ⇒ ::String
Returns the value of attribute configured_by.
157 158 159 |
# File 'sig/types.rbs', line 157 def configured_by @configured_by end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
153 154 155 |
# File 'sig/types.rbs', line 153 def enabled @enabled end |
#event ⇒ "CA_CERTIFICATE_EXPIRY", "END_ENTITY_CERTIFICATE_EXPIRY"
Returns the value of attribute event.
154 155 156 |
# File 'sig/types.rbs', line 154 def event @event end |
#threshold ⇒ ::Integer
Returns the value of attribute threshold.
155 156 157 |
# File 'sig/types.rbs', line 155 def threshold @threshold end |