Class: Aws::Types::ListNotificationChannelsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNotificationChannelsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[Types::NotificationChannel]
Returns the value of attribute channels.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#channels ⇒ ::Array[Types::NotificationChannel]
Returns the value of attribute channels.
515 516 517 |
# File 'sig/types.rbs', line 515 def channels @channels end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
516 517 518 |
# File 'sig/types.rbs', line 516 def next_token @next_token end |