Class: Aws::ChimeSDKMessaging::Types::ListChannelFlowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ListChannelFlowsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:next_token]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the app instance.
-
#max_results ⇒ Integer
The maximum number of channel flows that you want to return.
-
#next_token ⇒ String
The token passed by previous API calls until all requested channel flows are returned.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the app instance.
2020 2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2020 class ListChannelFlowsRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of channel flows that you want to return.
2020 2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2020 class ListChannelFlowsRequest < Struct.new( :app_instance_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 channel flows are returned.
2020 2021 2022 2023 2024 2025 2026 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 2020 class ListChannelFlowsRequest < Struct.new( :app_instance_arn, :max_results, :next_token) SENSITIVE = [:next_token] include Aws::Structure end |