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

Version Path
awspec-1.25.1 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.25.0 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.24.4 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.24.3 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.24.2 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.24.1 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.24.0 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.23.0 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.22.1 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.22.0 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.21.1 lib/awspec/generator/doc/type/cognito_user_pool.rb
awspec-1.21.0 lib/awspec/generator/doc/type/cognito_user_pool.rb