Sha256: 135be3be7eefa99bbd7d1dfba0a9a8d177281ea2235519947301332a1d7c829b
Contents?: true
Size: 393 Bytes
Versions: 2
Compression:
Stored size: 393 Bytes
Contents
# frozen_string_literal: true module Awspec::Generator module Doc module Type class RdsDBClusterParameterGroup < Base def initialize super @type = Awspec::Type::RdsDBClusterParameterGroup.new('my-rds-db-cluster-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_cluster_parameter_group.rb |
awspec-1.31.0 | lib/awspec/generator/doc/type/rds_db_cluster_parameter_group.rb |