Method: Twilio::REST::Studio::V1::FlowContext::ExecutionContext::ExecutionStepInstance#execution_sid

Defined in:
lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb

#execution_sidString

Returns The SID of the Step’s Execution resource.

Returns:

  • (String)

    The SID of the Step’s Execution resource.



455
456
457
# File 'lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb', line 455

def execution_sid
    @properties['execution_sid']
end