Sha256: 2f5b7fb03a69b67d54754d36621fc15965999704c4f9b393da10093a8552b3d7
Contents?: true
Size: 456 Bytes
Versions: 23
Compression:
Stored size: 456 Bytes
Contents
module Awspec::Generator module Doc module Type class Elasticache < Base def initialize super @type_name = 'Elasticache' @type = Awspec::Type::Elasticache.new('my-rep-group-001') @ret = @type.resource @matchers = %w(belong_to_vpc belong_to_replication_group belong_to_cache_subnet_group) @ignore_matchers = [] @describes = [] end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems