Sha256: 0c1ac9cf5ce00b7247c3677fdbe4aa13ae71e587718f73330bf96025426bfe33

Contents?: true

Size: 487 Bytes

Versions: 2

Compression:

Stored size: 487 Bytes

Contents

# frozen_string_literal: true

module Awspec::Generator
  module Doc
    module Type
      class RdsDBSubnetGroup < Base
        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
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awspec-1.32.0 lib/awspec/generator/doc/type/rds_db_subnet_group.rb
awspec-1.31.0 lib/awspec/generator/doc/type/rds_db_subnet_group.rb