Class: Aws::ChimeSDKMessaging::Types::DescribeChannelModeratorResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_moderatorTypes::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