Sha256: 274aad3db6c26c554d7bce1058bd02a431895306b0668052171e038554ad249a
Contents?: true
Size: 408 Bytes
Versions: 2
Compression:
Stored size: 408 Bytes
Contents
# frozen_string_literal: true module Awspec::Type class RdsDBSubnetGroup < ResourceBase aws_resource Aws::RDS::Types::DBSubnetGroup def resource_via_client @resource_via_client ||= find_db_subnet_group(@display_name) end def id @id ||= resource_via_client.db_subnet_group_name if resource_via_client end def vpc_id resource_via_client.vpc_id end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
awspec-1.32.0 | lib/awspec/type/rds_db_subnet_group.rb |
awspec-1.31.0 | lib/awspec/type/rds_db_subnet_group.rb |