Class: Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arnString

The ARN of the user in the moderated channel.

Returns:

  • (String)


5317
5318
5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-chime/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_bearerString

The AppInstanceUserArn of the user that makes the API call.

Returns:

  • (String)


5317
5318
5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-chime/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_resultsInteger

The maximum number of channels in the request.

Returns:

  • (Integer)


5317
5318
5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-chime/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_tokenString

The token returned from previous API requests until the number of channels moderated by the user is reached.

Returns:

  • (String)


5317
5318
5319
5320
5321
5322
5323
5324
# File 'gems/aws-sdk-chime/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