Class: Aws::Transfer::Types::ListWorkflowsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

ListWorkflows returns the NextToken parameter in the output. You can then pass the NextToken parameter in a subsequent command to continue listing additional workflows.

Returns:

  • (String)


4100
4101
4102
4103
4104
4105
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4100

class ListWorkflowsResponse < Struct.new(
  :next_token,
  :workflows)
  SENSITIVE = []
  include Aws::Structure
end

#workflowsArray<Types::ListedWorkflow>

Returns the Arn, WorkflowId, and Description for each workflow.

Returns:



4100
4101
4102
4103
4104
4105
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4100

class ListWorkflowsResponse < Struct.new(
  :next_token,
  :workflows)
  SENSITIVE = []
  include Aws::Structure
end