Sha256: a84d37010602ee7894fe0ae2df6de581560cfdd707746e656b9ba12cb973b200
Contents?: true
Size: 428 Bytes
Versions: 5
Compression:
Stored size: 428 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class VpcEndpoints < Base def initialize super @type_name = 'VpcEndpoints' @type = Awspec::Type::VpcEndpoints.new('my-vpc-endpoint') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems