Class: Aws::Transfer::Types::ListWorkflowsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Specifies the maximum number of workflows to return.

Returns:

  • (Integer)


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_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)


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