class Awspec::Type::Codebuild

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/codebuild.rb, line 9
def id
  @id ||= resource_via_client if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/codebuild.rb, line 5
def resource_via_client
  @resource_via_client ||= find_codebuild_project(@display_name)
end