Class: Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelsModeratedByAppInstanceUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channels ⇒ Array<Types::ChannelModeratedByAppInstanceUserSummary>
The moderated 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
#channels ⇒ Array<Types::ChannelModeratedByAppInstanceUserSummary>
The moderated channels in the request.
5337 5338 5339 5340 5341 5342 |
# File 'lib/aws-sdk-chime/types.rb', line 5337 class ListChannelsModeratedByAppInstanceUserResponse < Struct.new( :channels, :next_token) 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.
5337 5338 5339 5340 5341 5342 |
# File 'lib/aws-sdk-chime/types.rb', line 5337 class ListChannelsModeratedByAppInstanceUserResponse < Struct.new( :channels, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |