Class: Aws::ChimeSDKMessaging::Types::DescribeChannelModeratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::DescribeChannelModeratorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_moderator ⇒ Types::ChannelModerator
The details of the channel moderator.
Instance Attribute Details
#channel_moderator ⇒ Types::ChannelModerator
The details of the channel moderator.
1616 1617 1618 1619 1620 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1616 class DescribeChannelModeratorResponse < Struct.new( :channel_moderator) SENSITIVE = [] include Aws::Structure end |