Class: Aws::Types::CreateChannelModeratorResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateChannelModeratorResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
-
#channel_moderator ⇒ Types::Identity
Returns the value of attribute channel_moderator.
Instance Attribute Details
#channel_arn ⇒ ::String
Returns the value of attribute channel_arn.
296 297 298 |
# File 'sig/types.rbs', line 296 def channel_arn @channel_arn end |
#channel_moderator ⇒ Types::Identity
Returns the value of attribute channel_moderator.
297 298 299 |
# File 'sig/types.rbs', line 297 def channel_moderator @channel_moderator end |