Class: Aws::Types::RemoveNotificationChannelRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveNotificationChannelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
Instance Attribute Details
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
373 374 375 |
# File 'sig/types.rbs', line 373 def channel_id @channel_id end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
374 375 376 |
# File 'sig/types.rbs', line 374 def profiling_group_name @profiling_group_name end |