Class: Aws::Appflow::Types::ListFlowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListFlowsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of items that should be returned in the result set.
-
#next_token ⇒ String
The pagination token for next page of data.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of items that should be returned in the result set.
3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-appflow/types.rb', line 3093 class ListFlowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for next page of data.
3093 3094 3095 3096 3097 3098 |
# File 'lib/aws-sdk-appflow/types.rb', line 3093 class ListFlowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |