Class: Aws::Chime::Types::ListChannelBansResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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)


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_bansArray<Types::ChannelBanSummary>

The information for each requested ban.

Returns:



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_tokenString

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

Returns:

  • (String)


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