Class: Aws::Types::DeleteChannelPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteChannelPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
317 318 319 |
# File 'sig/types.rbs', line 317 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
318 319 320 |
# File 'sig/types.rbs', line 318 def channel_name @channel_name end |