Sha256: d109210b2bd005f01f0f25b4664552a64a7240ee7ff79ccee1fd3621aa360d30
Contents?: true
Size: 458 Bytes
Versions: 13
Compression:
Stored size: 458 Bytes
Contents
# frozen_string_literal: true 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
13 entries across 13 versions & 1 rubygems