Sha256: 87fc2cc1ef4ca2d3e90c6f7bf7022278a7f537b8b615cf021ba85f9a8d0a0236
Contents?: true
Size: 416 Bytes
Versions: 31
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.resource @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
31 entries across 31 versions & 1 rubygems