Sha256: 9cfa7d10bdbe1fd93950959c58cf772834243ca9f5f38e9e943d049390144a83
Contents?: true
Size: 371 Bytes
Versions: 2
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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-1.32.0 | lib/awspec/generator/doc/type/rds_db_parameter_group.rb |
awspec-1.31.0 | lib/awspec/generator/doc/type/rds_db_parameter_group.rb |