Sha256: b60dd5808278c5978d2d4e3c87426042747e2f2789d69f39e5c31a967d722596

Contents?: true

Size: 416 Bytes

Versions: 5

Compression:

Stored size: 416 Bytes

Contents

module Awspec::Generator
  module Doc
    module Type
      class Rds < Base
        def initialize
          super
          @type_name = 'RDS'
          @type = Awspec::Type::Rds.new('my-rds')
          @ret = @type.instance
          @matchers = %w(belong_to_vpc belong_to_subnet belong_to_db_subnet_group)
          @ignore_matchers = []
          @describes = %w(vpc_id)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
awspec-0.8.0 lib/awspec/generator/doc/type/rds.rb
awspec-0.7.0 lib/awspec/generator/doc/type/rds.rb
awspec-0.6.4 lib/awspec/generator/doc/type/rds.rb
awspec-0.6.3 lib/awspec/generator/doc/type/rds.rb
awspec-0.6.2 lib/awspec/generator/doc/type/rds.rb