Sha256: 070dd1e97ba3ed6e813e6645d18d50ee6f3ef54956247295f535e325ae769e38

Contents?: true

Size: 260 Bytes

Versions: 42

Compression:

Stored size: 260 Bytes

Contents

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

42 entries across 42 versions & 3 rubygems

Version Path
awspec-1.15.1 lib/awspec/type/codedeploy.rb
awspec-1.15.0 lib/awspec/type/codedeploy.rb