Class: Aws::ChimeSDKMessaging::Types::ListChannelBansRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelBansRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#max_results ⇒ Integer
The maximum number of bans that you want returned.
-
#next_token ⇒ String
The token passed by previous API calls until all requested bans are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1973 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1973 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of bans that you want returned.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1973 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested bans are returned.
1973 1974 1975 1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1973 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |