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:



4234
4235
4236
4237
4238
4239
4240
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4234

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)


4234
4235
4236
4237
4238
4239
4240
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4234

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

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


4234
4235
4236
4237
4238
4239
4240
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4234

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