Class: Aws::Transfer::Types::ListWorkflowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListWorkflowsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of workflows to return.
-
#next_token ⇒ String
`ListWorkflows` returns the `NextToken` parameter in the output.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of workflows to return.
3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-transfer/types.rb', line 3667 class ListWorkflowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
`ListWorkflows` returns the `NextToken` parameter in the output. You can then pass the `NextToken` parameter in a subsequent command to continue listing additional workflows.
3667 3668 3669 3670 3671 3672 |
# File 'lib/aws-sdk-transfer/types.rb', line 3667 class ListWorkflowsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |