Class: Aws::Chime::Types::DescribeChannelModeratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelModeratorResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-chime/types.rb', line 3359 class DescribeChannelModeratorResponse < Struct.new( :channel_moderator) SENSITIVE = [] include Aws::Structure end |