Method: Awspec::Type::Lambda#id

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

#idObject



7
8
9
# File 'lib/awspec/type/lambda.rb', line 7

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