class Awspec::Generator::Doc::Type::RdsDbSubnetGroup

Public Class Methods

new() click to toggle source
Calls superclass method Awspec::Generator::Doc::Type::Base::new
# 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