Class: Aws::ChimeSDKMessaging::Types::ListChannelBansRequest

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)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1981

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

#chime_bearerString

The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.

Returns:

  • (String)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1981

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)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1981

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)


1981
1982
1983
1984
1985
1986
1987
1988
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1981

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