Class: Aws::Transfer::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListWorkflowsResponse
- Defined in:
- gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
ListWorkflowsreturns theNextTokenparameter in the output. -
#workflows ⇒ Array<Types::ListedWorkflow>
Returns the
Arn,WorkflowId, andDescriptionfor 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.
5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5102 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.
5102 5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5102 class ListWorkflowsResponse < Struct.new( :next_token, :workflows) SENSITIVE = [] include Aws::Structure end |