Class: Aws::Transfer::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListWorkflowsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
`ListWorkflows` returns the `NextToken` parameter in the output.
-
#workflows ⇒ Array<Types::ListedWorkflow>
Returns the `Arn`, `WorkflowId`, and `Description` for each workflow.
Instance Attribute Details
#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.
3687 3688 3689 3690 3691 3692 |
# File 'lib/aws-sdk-transfer/types.rb', line 3687 class ListWorkflowsResponse < Struct.new( :next_token, :workflows) SENSITIVE = [] include Aws::Structure end |
#workflows ⇒ Array<Types::ListedWorkflow>
Returns the `Arn`, `WorkflowId`, and `Description` for each workflow.
3687 3688 3689 3690 3691 3692 |
# File 'lib/aws-sdk-transfer/types.rb', line 3687 class ListWorkflowsResponse < Struct.new( :next_token, :workflows) SENSITIVE = [] include Aws::Structure end |