Class: Aws::Types::NotificationChannel
- Inherits:
-
Object
- Object
- Aws::Types::NotificationChannel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ Types::NotificationChannelConfig
Returns the value of attribute config.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#config ⇒ Types::NotificationChannelConfig
Returns the value of attribute config.
587 588 589 |
# File 'sig/types.rbs', line 587 def config @config end |
#id ⇒ ::String
Returns the value of attribute id.
586 587 588 |
# File 'sig/types.rbs', line 586 def id @id end |