Sha256: 75680ab8ffc5eb6b92faea30e981d00f356e34873a745b89d48da3fd1d9e8321

Contents?: true

Size: 427 Bytes

Versions: 12

Compression:

Stored size: 427 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class CognitoIdentityPool < Base
        def initialize
          super
          @type_name = 'CognitoIdentityPool'
          @type = Awspec::Type::CognitoIdentityPool.new('my-cognito-identity-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_identity_pool.rb
awspec-1.25.0 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.24.4 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.24.3 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.24.2 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.24.1 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.24.0 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.23.0 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.22.1 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.22.0 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.21.1 lib/awspec/generator/doc/type/cognito_identity_pool.rb
awspec-1.21.0 lib/awspec/generator/doc/type/cognito_identity_pool.rb