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.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-transfer/types.rb', line 4981 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.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-transfer/types.rb', line 4981 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.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-transfer/types.rb', line 4981 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
A unique identifier for the workflow.
4981 4982 4983 4984 4985 4986 4987 4988 |
# File 'lib/aws-sdk-transfer/types.rb', line 4981 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |