Method: Aws::Transfer::Types::SendWorkflowStepStateRequest#token
- Defined in:
- lib/aws-sdk-transfer/types.rb
#token ⇒ String
Used to distinguish between multiple callbacks for multiple Lambda steps within the same execution.
6046 6047 6048 6049 6050 6051 6052 6053 |
# File 'lib/aws-sdk-transfer/types.rb', line 6046 class SendWorkflowStepStateRequest < Struct.new( :workflow_id, :execution_id, :token, :status) SENSITIVE = [] include Aws::Structure end |