Sha256: cd80d3ccaa3eab5dbb2949caf036d72b6ac78fc0ce5cc9b0248b413d327ca84e
Contents?: true
Size: 354 Bytes
Versions: 56
Compression:
Stored size: 354 Bytes
Contents
module Awspec::Type class BatchJobDefinition < ResourceBase def initialize(jobdef) super @display_name = jobdef end def resource_via_client @resource_via_client ||= find_batch_job_definition(@display_name) end def id @id ||= resource_via_client.job_definition_name if resource_via_client end end end
Version data entries
56 entries across 56 versions & 3 rubygems