Class: Aws::Types::PutChannelPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutChannelPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
-
#policy ⇒ ::String
Returns the value of attribute policy.
Instance Attribute Details
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
950 951 952 |
# File 'sig/types.rbs', line 950 def channel_name @channel_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
951 952 953 |
# File 'sig/types.rbs', line 951 def policy @policy end |