Sha256: 9fcb1218eaad2d75f97ef1ce791d3040b1a05aaf05cfaa4c24f30c436da341fb
Contents?: true
Size: 253 Bytes
Versions: 12
Compression:
Stored size: 253 Bytes
Contents
module Awspec::Type class CognitoUserPool < ResourceBase def resource_via_client @resource_via_client ||= find_userpool_by_name(@display_name) end def id @id ||= resource_via_client.id if resource_via_client end end end
Version data entries
12 entries across 12 versions & 1 rubygems