class Awspec::Generator::Doc::Type::CognitoIdentityPool
Public Class Methods
Source
# File lib/awspec/generator/doc/type/cognito_identity_pool.rb, line 7 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
Calls superclass method
Awspec::Generator::Doc::Type::Base::new