Method: Awspec::Type::Lambda#id

Defined in:
lib/awspec/type/lambda.rb

#idObject



9
10
11
# File 'lib/awspec/type/lambda.rb', line 9

def id
  @id ||= resource_via_client.function_arn if resource_via_client
end