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)


4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4080

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)


4080
4081
4082
4083
4084
4085
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4080

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