Class: Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserResponse

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

#channelsArray<Types::ChannelModeratedByAppInstanceUserSummary>

The moderated channels in the request.



5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5337

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)


5337
5338
5339
5340
5341
5342
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5337

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