Class: Aws::Types::NotificationChannelConfig
- Inherits:
-
Object
- Object
- Aws::Types::NotificationChannelConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::NotificationFilterConfig
Returns the value of attribute filters.
-
#sns ⇒ Types::SnsChannelConfig
Returns the value of attribute sns.
Instance Attribute Details
#filters ⇒ Types::NotificationFilterConfig
Returns the value of attribute filters.
593 594 595 |
# File 'sig/types.rbs', line 593 def filters @filters end |
#sns ⇒ Types::SnsChannelConfig
Returns the value of attribute sns.
592 593 594 |
# File 'sig/types.rbs', line 592 def sns @sns end |