class Awspec::Type::BatchComputeEnvironment
Constants
- STATES
- TYPES
Public Class Methods
Source
# File lib/awspec/type/batch_compute_environment.rb, line 5 def initialize(compenv) super @display_name = compenv end
Calls superclass method
Public Instance Methods
Source
# File lib/awspec/type/batch_compute_environment.rb, line 14 def id @id ||= resource_via_client.compute_environment_name if resource_via_client end
Source
# File lib/awspec/type/batch_compute_environment.rb, line 10 def resource_via_client @resource_via_client ||= find_batch_compute_environment(@display_name) end