class Awspec::Type::Acm

Constants

STATUSES

Public Instance Methods

id() click to toggle source
# File lib/awspec/type/acm.rb, line 7
def id
  @id ||= resource_via_client.certificate_arn if resource_via_client
end
resource_via_client() click to toggle source
# File lib/awspec/type/acm.rb, line 3
def resource_via_client
  @resource_via_client ||= find_certificate(@display_name)
end