class Awspec::Type::Ami

Constants

STATES

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/ami.rb, line 10
def id
  @id ||= resource_via_client.image_id if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/ami.rb, line 6
def resource_via_client
  @resource_via_client ||= find_ami(@display_name)
end