Class: Aws::Chime::Types::ListChannelBansRequest

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)

4886
4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-chime/types.rb', line 4886

class ListChannelBansRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#chime_bearerString

The `AppInstanceUserArn` of the user that makes the API call.

Returns:

  • (String)

4886
4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-chime/types.rb', line 4886

class ListChannelBansRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#max_resultsInteger

The maximum number of bans that you want returned.

Returns:

  • (Integer)

4886
4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-chime/types.rb', line 4886

class ListChannelBansRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)

4886
4887
4888
4889
4890
4891
4892
4893
# File 'lib/aws-sdk-chime/types.rb', line 4886

class ListChannelBansRequest < Struct.new(
  :channel_arn,
  :max_results,
  :next_token,
  :chime_bearer)
  SENSITIVE = [:next_token]
  include Aws::Structure
end