Class: Awspec::Generator::Doc::Type::RdsDbSubnetGroup

Inherits:
Base
  • Object
show all
Defined in:
lib/awspec/generator/doc/type/rds_db_subnet_group.rb

Instance Method Summary collapse

Methods inherited from Base

#collect_matchers, #doc_template, #generate_doc, #sort_num, #type_name

Constructor Details

#initializeRdsDbSubnetGroup

Returns a new instance of RdsDbSubnetGroup.



7
8
9
10
11
12
13
14
15
# File 'lib/awspec/generator/doc/type/rds_db_subnet_group.rb', line 7

def initialize
  super
  @type_name = 'RdsDbSubnetGroup'
  @type = Awspec::Type::RdsDbSubnetGroup.new('my-rds-db-subnet-group')
  @ret = @type.resource_via_client
  @matchers = %w[belong_to_vpc belong_to_subnet]
  @ignore_matchers = []
  @describes = %w[vpc_id]
end