Class: Aws::Transfer::Types::SendWorkflowStepStateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::SendWorkflowStepStateRequest
- Defined in:
- gems/aws-sdk-transfer/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.
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 |
#status ⇒ String
Indicates whether the specified step succeeded or failed.
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 |
#token ⇒ String
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
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_id ⇒ String
A unique identifier for the workflow.
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 |