Class: Aws::Chime::Types::DescribeChannelModeratorResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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