Class: Aws::ChimeSDKMessaging::Types::ListChannelsAssociatedWithChannelFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelsAssociatedWithChannelFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#channel_flow_arn ⇒ String
The ARN of the channel flow.
-
#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.
Instance Attribute Details
#channel_flow_arn ⇒ String
The ARN of the channel flow.
2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2313 class ListChannelsAssociatedWithChannelFlowRequest < Struct.new( :channel_flow_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channels that you want to return.
2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2313 class ListChannelsAssociatedWithChannelFlowRequest < Struct.new( :channel_flow_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#next_token ⇒ String
The token passed by previous API calls until all requested channels are returned.
2313 2314 2315 2316 2317 2318 2319 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2313 class ListChannelsAssociatedWithChannelFlowRequest < Struct.new( :channel_flow_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |