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)


4977
4978
4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-transfer/types.rb', line 4977

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)


4977
4978
4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-transfer/types.rb', line 4977

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)


4977
4978
4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-transfer/types.rb', line 4977

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)


4977
4978
4979
4980
4981
4982
4983
4984
# File 'lib/aws-sdk-transfer/types.rb', line 4977

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