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