Class: Aws::Chime::Types::ListChannelBansRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelBansRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 ‘AppInstanceUserArn` of the user 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.
5042 5043 5044 5045 5046 5047 5048 5049 |
# File 'lib/aws-sdk-chime/types.rb', line 5042 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
5042 5043 5044 5045 5046 5047 5048 5049 |
# File 'lib/aws-sdk-chime/types.rb', line 5042 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.
5042 5043 5044 5045 5046 5047 5048 5049 |
# File 'lib/aws-sdk-chime/types.rb', line 5042 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.
5042 5043 5044 5045 5046 5047 5048 5049 |
# File 'lib/aws-sdk-chime/types.rb', line 5042 class ListChannelBansRequest < Struct.new( :channel_arn, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |