Class: Aws::Types::GetChannelPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetChannelPolicyResponse
- 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.
420 421 422 |
# File 'sig/types.rbs', line 420 def channel_group_name @channel_group_name end |
#channel_name ⇒ ::String
Returns the value of attribute channel_name.
421 422 423 |
# File 'sig/types.rbs', line 421 def channel_name @channel_name end |
#policy ⇒ ::String
Returns the value of attribute policy.
422 423 424 |
# File 'sig/types.rbs', line 422 def policy @policy end |