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