Sha256: 7c994b0be07e1cabeac581b92bba4b89d9792591d68a31363d364e9a6790c659
Contents?: true
Size: 315 Bytes
Versions: 25
Compression:
Stored size: 315 Bytes
Contents
# frozen_string_literal: true require_relative '../jsonable' require_relative '../types' module CfnDsl module AWS # Cloud Formation Types module Types class Type < JSONable; end include CfnDsl::Types # This include triggers loading and patching of the global specification end end end
Version data entries
25 entries across 25 versions & 1 rubygems