Class: Aws::ChimeSDKMessaging::Types::ListChannelBansResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelBansResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/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.
1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1997 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.
1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1997 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.
1997 1998 1999 2000 2001 2002 2003 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1997 class ListChannelBansResponse < Struct.new( :channel_arn, :next_token, :channel_bans) SENSITIVE = [:next_token] include Aws::Structure end |