Sha256: 6b4d8d276054cf0f2f3dc4c1cb3e46d8322303a9b8b211befe185ea0284d58ae
Contents?: true
Size: 491 Bytes
Versions: 13
Compression:
Stored size: 491 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class ElasticacheCacheParameterGroup < Base def initialize super @type_name = 'ElasticacheCacheParameterGroup' @type = Awspec::Type::ElasticacheCacheParameterGroup.new('my-cache-parameter-group') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems