Method: Twilio::REST::Serverless::V1::ServiceContext::FunctionContext::FunctionVersionContext::FunctionVersionContentInstance#function_sid

Defined in:
lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb

#function_sidString

Returns The SID of the Function that is the parent of the Function Version.

Returns:

  • (String)

    The SID of the Function that is the parent of the Function Version.



188
189
190
# File 'lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb', line 188

def function_sid
    @properties['function_sid']
end