class Awspec::Type::BatchJobDefinition
Public Class Methods
new(jobdef)
click to toggle source
Calls superclass method
# File lib/awspec/type/batch_job_definition.rb, line 3 def initialize(jobdef) super @display_name = jobdef end
Public Instance Methods
id()
click to toggle source
# File lib/awspec/type/batch_job_definition.rb, line 12 def id @id ||= resource_via_client.job_definition_name if resource_via_client end
resource_via_client()
click to toggle source
# File lib/awspec/type/batch_job_definition.rb, line 8 def resource_via_client @resource_via_client ||= find_batch_job_definition(@display_name) end