Class: Aws::ChimeSDKMessaging::Types::ListSubChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListSubChannelsRequest
- 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 elastic channel.
-
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
-
#max_results ⇒ Integer
The maximum number of sub-channels that you want to return.
-
#next_token ⇒ String
The token passed by previous API calls until all requested sub-channels are returned.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of elastic channel.
2459 2460 2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2459 class ListSubChannelsRequest < Struct.new( :channel_arn, :chime_bearer, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user making the API call.
2459 2460 2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2459 class ListSubChannelsRequest < Struct.new( :channel_arn, :chime_bearer, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of sub-channels that you want to return.
2459 2460 2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2459 class ListSubChannelsRequest < Struct.new( :channel_arn, :chime_bearer, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested sub-channels are returned.
2459 2460 2461 2462 2463 2464 2465 2466 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2459 class ListSubChannelsRequest < Struct.new( :channel_arn, :chime_bearer, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |