Class: Aws::Chime::Types::DescribeChannelModeratorResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelModeratorResponse
- Defined in:
- gems/aws-sdk-chime/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.
3768 3769 3770 3771 3772 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3768 class DescribeChannelModeratorResponse < Struct.new( :channel_moderator) SENSITIVE = [] include Aws::Structure end |