Sha256: 4963b2e99764620f79826ec2a36b9ee4d7b53ccef9a2f02804a03084c7617826
Contents?: true
Size: 401 Bytes
Versions: 146
Compression:
Stored size: 401 Bytes
Contents
module Awspec::Generator module Doc module Type class Elasticsearch < Base def initialize super @type_name = 'Elasticsearch' @type = Awspec::Type::Elasticsearch.new('my-elasticsearch') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
146 entries across 146 versions & 4 rubygems