Class: Aws::Chime::Types::ListChannelModeratorsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelModeratorsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of moderators that you want returned.
-
#next_token ⇒ String
The token passed by previous API calls until all requested moderators are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-chime/types.rb', line 5111 class ListChannelModeratorsRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-chime/types.rb', line 5111 class ListChannelModeratorsRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of moderators that you want returned.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-chime/types.rb', line 5111 class ListChannelModeratorsRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested moderators are returned.
5111 5112 5113 5114 5115 5116 5117 5118 |
# File 'lib/aws-sdk-chime/types.rb', line 5111 class ListChannelModeratorsRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |