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.
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_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
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_results ⇒ Integer
The maximum number of bans that you want returned.
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_token ⇒ String
The token passed by previous API calls until all requested bans are returned.
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 |