Sha256: 0f62c1d774a33e00cef247eafd40eb0d8929158bcd7b35e1cf18c820b9eb077d
Contents?: true
Size: 371 Bytes
Versions: 12
Compression:
Stored size: 371 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class RdsDbParameterGroup < Base def initialize super @type = Awspec::Type::RdsDbParameterGroup.new('my-rds-db-parameter-group') @matchers = [] @ignore_matchers = [] @describes = [] end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems