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.
3357 3358 3359 3360 3361 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 3357 class DescribeChannelModeratorResponse < Struct.new( :channel_moderator) SENSITIVE = [] include Aws::Structure end |