Class: Aws::Types::AddNotificationChannelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddNotificationChannelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
Instance Attribute Details
#channels ⇒ ::Array[Types::Channel]
Returns the value of attribute channels.
12 13 14 |
# File 'sig/types.rbs', line 12 def channels @channels end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
13 14 15 |
# File 'sig/types.rbs', line 13 def profiling_group_name @profiling_group_name end |