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)

4910
4911
4912
4913
4914
4915
4916
# File 'lib/aws-sdk-chime/types.rb', line 4910

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:


4910
4911
4912
4913
4914
4915
4916
# File 'lib/aws-sdk-chime/types.rb', line 4910

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)

4910
4911
4912
4913
4914
4915
4916
# File 'lib/aws-sdk-chime/types.rb', line 4910

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