Class: Aws::Types::PutChannelPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutChannelPolicyRequest
- 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.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#channel_group_name ⇒ ::String
Returns the value of attribute channel_group_name.
765 766 767 |
# File 'sig/types.rbs', line 765 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
766 767 768 |
# File 'sig/types.rbs', line 766 def channel_name @channel_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
767 768 769 |
# File 'sig/types.rbs', line 767 def policy @policy end |