Class: Aws::Transfer::Types::SendWorkflowStepStateRequest

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

#execution_idString

A unique identifier for the execution of a workflow.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-transfer/types.rb', line 5510

class SendWorkflowStepStateRequest < Struct.new(
  :workflow_id,
  :execution_id,
  :token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Indicates whether the specified step succeeded or failed.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-transfer/types.rb', line 5510

class SendWorkflowStepStateRequest < Struct.new(
  :workflow_id,
  :execution_id,
  :token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-transfer/types.rb', line 5510

class SendWorkflowStepStateRequest < Struct.new(
  :workflow_id,
  :execution_id,
  :token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

A unique identifier for the workflow.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
# File 'lib/aws-sdk-transfer/types.rb', line 5510

class SendWorkflowStepStateRequest < Struct.new(
  :workflow_id,
  :execution_id,
  :token,
  :status)
  SENSITIVE = []
  include Aws::Structure
end