Class: Aws::Chime::Types::ListChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ListChannelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
-
#max_results ⇒ Integer
The maximum number of channels that you want to return.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channels are returned.
-
#privacy ⇒ String
The privacy setting.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
5369 5370 5371 5372 5373 5374 5375 5376 5377 |
# File 'lib/aws-sdk-chime/types.rb', line 5369 class ListChannelsRequest < Struct.new( :app_instance_arn, :privacy, :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.
5369 5370 5371 5372 5373 5374 5375 5376 5377 |
# File 'lib/aws-sdk-chime/types.rb', line 5369 class ListChannelsRequest < Struct.new( :app_instance_arn, :privacy, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channels that you want to return.
5369 5370 5371 5372 5373 5374 5375 5376 5377 |
# File 'lib/aws-sdk-chime/types.rb', line 5369 class ListChannelsRequest < Struct.new( :app_instance_arn, :privacy, :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 channels are returned.
5369 5370 5371 5372 5373 5374 5375 5376 5377 |
# File 'lib/aws-sdk-chime/types.rb', line 5369 class ListChannelsRequest < Struct.new( :app_instance_arn, :privacy, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |
#privacy ⇒ String
The privacy setting. ‘PUBLIC` retrieves all the public channels. `PRIVATE` retrieves private channels. Only an `AppInstanceAdmin` can retrieve private channels.
5369 5370 5371 5372 5373 5374 5375 5376 5377 |
# File 'lib/aws-sdk-chime/types.rb', line 5369 class ListChannelsRequest < Struct.new( :app_instance_arn, :privacy, :max_results, :next_token, :chime_bearer) SENSITIVE = [:next_token] include Aws::Structure end |