Class: Aws::ChimeSDKMessaging::Types::ListChannelsModeratedByAppInstanceUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelsModeratedByAppInstanceUserRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_user_arn ⇒ String
The ARN of the user or bot in the moderated channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` 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 or bot in the moderated channel.
2359 2360 2361 2362 2363 2364 2365 2366 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2359 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 ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
2359 2360 2361 2362 2363 2364 2365 2366 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2359 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.
2359 2360 2361 2362 2363 2364 2365 2366 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2359 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.
2359 2360 2361 2362 2363 2364 2365 2366 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2359 class ListChannelsModeratedByAppInstanceUserRequest < Struct.new( :app_instance_user_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |