Class: Aws::Types::VaultNotificationConfig
- Inherits:
-
Object
- Object
- Aws::Types::VaultNotificationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[::String]
Returns the value of attribute events.
-
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
Instance Attribute Details
#events ⇒ ::Array[::String]
Returns the value of attribute events.
603 604 605 |
# File 'sig/types.rbs', line 603 def events @events end |
#sns_topic ⇒ ::String
Returns the value of attribute sns_topic.
602 603 604 |
# File 'sig/types.rbs', line 602 def sns_topic @sns_topic end |