Class: Aws::Chime::Types::ListChannelModeratorsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)

5135
5136
5137
5138
5139
5140
5141
# File 'lib/aws-sdk-chime/types.rb', line 5135

class ListChannelModeratorsResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_moderators)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#channel_moderatorsArray<Types::ChannelModeratorSummary>

The information about and names of each moderator.

Returns:


5135
5136
5137
5138
5139
5140
5141
# File 'lib/aws-sdk-chime/types.rb', line 5135

class ListChannelModeratorsResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_moderators)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API calls until all requested moderators are returned.

Returns:

  • (String)

5135
5136
5137
5138
5139
5140
5141
# File 'lib/aws-sdk-chime/types.rb', line 5135

class ListChannelModeratorsResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_moderators)
  SENSITIVE = [:next_token]
  include Aws::Structure
end