Class: Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user in the moderated channel.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of channels in the request.
-
#next_token ⇒ String
The token returned from previous API requests until the number of channels moderated by the user is reached.
Instance Attribute Details
#app_instance_user_arn ⇒ String
The ARN of the user in the moderated channel.
5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-chime/types.rb', line 5317 class ListChannelsModeratedByAppInstanceUserRequest < Struct.new( :app_instance_user_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.
5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-chime/types.rb', line 5317 class ListChannelsModeratedByAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channels in the request.
5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-chime/types.rb', line 5317 class ListChannelsModeratedByAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token returned from previous API requests until the number of channels moderated by the user is reached.
5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-chime/types.rb', line 5317 class ListChannelsModeratedByAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |