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

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

#max_resultsInteger

Specifies the maximum number of workflows to return.

Returns:

  • (Integer)


4068
4069
4070
4071
4072
4073
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4068

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)


4068
4069
4070
4071
4072
4073
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4068

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