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

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

#flow_sidString

Returns The SID of the Flow.

Returns:

  • (String)

    The SID of the Flow.



449
450
451
# File 'lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb', line 449

def flow_sid
    @properties['flow_sid']
end