Sha256: 5587d9579f5c223bcb59dbcec9078ddf3e45debafa707f71c1fb411af324f3d0
Contents?: true
Size: 291 Bytes
Versions: 14
Compression:
Stored size: 291 Bytes
Contents
# frozen_string_literal: true module Awspec::Type class Codedeploy < ResourceBase def resource_via_client @resource_via_client ||= find_codedeploy_app(@display_name) end def id @id ||= resource_via_client.application_name if resource_via_client end end end
Version data entries
14 entries across 14 versions & 1 rubygems