Class: Aws::Chime::Types::ListChannelBansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelBansResponse
- Includes:
- Structure
- Defined in:
- 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_bans ⇒ Array<Types::ChannelBanSummary>
The information for each requested ban.
-
#next_token ⇒ String
The token passed by previous API calls until all requested bans are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
5066 5067 5068 5069 5070 5071 5072 |
# File 'lib/aws-sdk-chime/types.rb', line 5066 class ListChannelBansResponse < Struct.new( :channel_arn, :next_token, :channel_bans) SENSITIVE = [:next_token] include Aws::Structure end |
#channel_bans ⇒ Array<Types::ChannelBanSummary>
The information for each requested ban.
5066 5067 5068 5069 5070 5071 5072 |
# File 'lib/aws-sdk-chime/types.rb', line 5066 class ListChannelBansResponse < Struct.new( :channel_arn, :next_token, :channel_bans) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested bans are returned.
5066 5067 5068 5069 5070 5071 5072 |
# File 'lib/aws-sdk-chime/types.rb', line 5066 class ListChannelBansResponse < Struct.new( :channel_arn, :next_token, :channel_bans) SENSITIVE = [:next_token] include Aws::Structure end |