Class: Aws::ChimeSDKMessaging::Types::ListChannelsModeratedByAppInstanceUserResponse

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

#channelsArray<Types::ChannelModeratedByAppInstanceUserSummary>

The moderated channels in the request.



2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2379

class ListChannelsModeratedByAppInstanceUserResponse < Struct.new(
  :channels,
  :next_token)
  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)


2379
2380
2381
2382
2383
2384
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 2379

class ListChannelsModeratedByAppInstanceUserResponse < Struct.new(
  :channels,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end