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

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

#execution_idString

A unique identifier for the execution of a workflow.

Returns:

  • (String)


4959
4960
4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4959

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)


4959
4960
4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4959

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)


4959
4960
4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4959

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)


4959
4960
4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4959

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