Sha256: e95a22c474b4407d8614cd824d3307b128bc0eaf6297f7befbc875d5c0e35ed9
Contents?: true
Size: 406 Bytes
Versions: 45
Compression:
Stored size: 406 Bytes
Contents
module Awspec::Generator module Doc module Type class LaunchTemplate < Base def initialize super @type_name = 'LaunchTemplate' @type = Awspec::Type::LaunchTemplate.new('my-launch-template') @ret = @type.resource_via_client @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
45 entries across 45 versions & 3 rubygems