Sha256: aea876f7177ecea9e9191d5472cac81745a7c1365809e702ca74f700a4582c16
Contents?: true
Size: 487 Bytes
Versions: 8
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
8 entries across 8 versions & 1 rubygems