Method: Awspec::Generator::Doc::Type::Rds#initialize

Defined in:
lib/awspec/generator/doc/type/rds.rb

#initializeRds

Returns a new instance of Rds.



5
6
7
8
9
10
11
12
13
# File 'lib/awspec/generator/doc/type/rds.rb', line 5

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