Class: Aws::ChimeSDKMessaging::Types::ListChannelBansResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2005

class ListChannelBansResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_bans)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#channel_bansArray<Types::ChannelBanSummary>

The information for each requested ban.

Returns:



2005
2006
2007
2008
2009
2010
2011
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2005

class ListChannelBansResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_bans)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API calls until all requested bans are returned.

Returns:

  • (String)


2005
2006
2007
2008
2009
2010
2011
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2005

class ListChannelBansResponse < Struct.new(
  :channel_arn,
  :next_token,
  :channel_bans)
  SENSITIVE = [:next_token]
  include Aws::Structure
end