Class: Aws::Transfer::Types::SendWorkflowStepStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::SendWorkflowStepStateRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
-
#status ⇒ String
Indicates whether the specified step succeeded or failed.
-
#token ⇒ String
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
-
#workflow_id ⇒ String
A unique identifier for the workflow.
Instance Attribute Details
#execution_id ⇒ String
A unique identifier for the execution of a workflow.
5093 5094 5095 5096 5097 5098 5099 5100 |
# File 'lib/aws-sdk-transfer/types.rb', line 5093 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Indicates whether the specified step succeeded or failed.
5093 5094 5095 5096 5097 5098 5099 5100 |
# File 'lib/aws-sdk-transfer/types.rb', line 5093 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |
#token ⇒ String
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
5093 5094 5095 5096 5097 5098 5099 5100 |
# File 'lib/aws-sdk-transfer/types.rb', line 5093 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
5093 5094 5095 5096 5097 5098 5099 5100 |
# File 'lib/aws-sdk-transfer/types.rb', line 5093 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |