class Awspec::Generator::Doc::Type::CognitoUserPool
Public Class Methods
new()
click to toggle source
Calls superclass method
Awspec::Generator::Doc::Type::Base::new
# File lib/awspec/generator/doc/type/cognito_user_pool.rb, line 7 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