class Awspec::Generator::Doc::Type::RdsDBSubnetGroup
Public Class Methods
Source
# 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
Calls superclass method
Awspec::Generator::Doc::Type::Base::new