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.
931 932 933 |
# File 'sig/types.rbs', line 931 def channel_name @channel_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
932 933 934 |
# File 'sig/types.rbs', line 932 def policy @policy end |