Class: Aws::Appflow::Types::ListFlowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ListFlowsRequest
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Note:
When making an API call, you may pass ListFlowsRequest data as a hash:
{
max_results: 1,
next_token: "NextToken",
}
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.
4401 4402 4403 4404 4405 4406 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4401 class ListFlowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token for next page of data.
4401 4402 4403 4404 4405 4406 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 4401 class ListFlowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |