Sha256: 8c6dbb2cbaaad01665e6f5c20ceeac8448f156d79c93593f587c0b52bea9aa50
Contents?: true
Size: 416 Bytes
Versions: 18
Compression:
Stored size: 416 Bytes
Contents
module Awspec::Type class Apigateway < ResourceBase aws_resource Aws::APIGateway::Client def resource_via_client @resource_via_client ||= find_apigateway_by_id(@display_name) return @resource_via_client if @resource_via_client @resource_via_client = find_apigateway_by_name(@display_name) end def id @id ||= resource_via_client.id if resource_via_client end end end
Version data entries
18 entries across 18 versions & 1 rubygems