class Awspec::Type::Codedeploy

Public Instance Methods

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