Class: Aws::Transfer::Types::ListExecutionsResponse

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

#executionsArray<Types::ListedExecution>

Returns the details for each execution, in a ListedExecution array.

Returns:



3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3776

class ListExecutionsResponse < Struct.new(
  :next_token,
  :workflow_id,
  :executions)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3776

class ListExecutionsResponse < Struct.new(
  :next_token,
  :workflow_id,
  :executions)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


3776
3777
3778
3779
3780
3781
3782
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 3776

class ListExecutionsResponse < Struct.new(
  :next_token,
  :workflow_id,
  :executions)
  SENSITIVE = []
  include Aws::Structure
end