Class: Aws::Types::GetChannelPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelPolicyRequest
- 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.
414 415 416 |
# File 'sig/types.rbs', line 414 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
415 416 417 |
# File 'sig/types.rbs', line 415 def channel_name @channel_name end |