Sha256: ad4e1d46829b30ade929a51e87b19ad5f82f00f12d9bfba83c1274ac93651ae0
Contents?: true
Size: 342 Bytes
Versions: 2
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module Awspec::Type class Codebuild < ResourceBase aws_resource Aws::CodeBuild::Types::Project tags_allowed def resource_via_client @resource_via_client ||= find_codebuild_project(@display_name) end def id @id ||= resource_via_client if resource_via_client end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-1.32.0 | lib/awspec/type/codebuild.rb |
awspec-1.31.0 | lib/awspec/type/codebuild.rb |