Sha256: 82d655f161c51116a8a7a3857599c2363354cc6971662b733d253ce43248f3f2
Contents?: true
Size: 411 Bytes
Versions: 12
Compression:
Stored size: 411 Bytes
Contents
module Awspec::Generator module Doc module Type class CognitoUserPool < Base def initialize super @type_name = 'CognitoUserPool' @type = Awspec::Type::CognitoUserPool.new('my-cognito-user-pool') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems