Class: Aws::Chime::Types::ListChannelModeratorsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelModeratorsResponse
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#channel_moderators ⇒ Array<Types::ChannelModeratorSummary>
The information about and names of each moderator.
-
#next_token ⇒ String
The token passed by previous API calls until all requested moderators are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
6446 6447 6448 6449 6450 6451 6452 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6446 class ListChannelModeratorsResponse < Struct.new( :channel_arn, :next_token, :channel_moderators) SENSITIVE = [:next_token] include Aws::Structure end |
#channel_moderators ⇒ Array<Types::ChannelModeratorSummary>
The information about and names of each moderator.
6446 6447 6448 6449 6450 6451 6452 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6446 class ListChannelModeratorsResponse < Struct.new( :channel_arn, :next_token, :channel_moderators) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested moderators are returned.
6446 6447 6448 6449 6450 6451 6452 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6446 class ListChannelModeratorsResponse < Struct.new( :channel_arn, :next_token, :channel_moderators) SENSITIVE = [:next_token] include Aws::Structure end |