Class: Aws::ChimeSDKMessaging::Types::ListChannelModeratorsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/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)


2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2290

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:



2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2290

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)


2290
2291
2292
2293
2294
2295
2296
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2290

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