class Awspec::Type::BatchJobDefinition
Public Class Methods
Source
# File lib/awspec/type/batch_job_definition.rb, line 5 def initialize(jobdef) super @display_name = jobdef end
Calls superclass method
Public Instance Methods
Source
# File lib/awspec/type/batch_job_definition.rb, line 14 def id @id ||= resource_via_client.job_definition_name if resource_via_client end
Source
# File lib/awspec/type/batch_job_definition.rb, line 10 def resource_via_client @resource_via_client ||= find_batch_job_definition(@display_name) end