Class: Aws::ChimeSDKMessaging::Types::ListChannelModeratorsRequest

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)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2266

class ListChannelModeratorsRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#chime_bearerString

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2266

class ListChannelModeratorsRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of moderators that you want returned.

Returns:

  • (Integer)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2266

class ListChannelModeratorsRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
2272
2273
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2266

class ListChannelModeratorsRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end