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)


5579
5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5579

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)


5579
5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5579

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)


5579
5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5579

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)


5579
5580
5581
5582
5583
5584
5585
5586
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 5579

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