Get Db Subnet Group Result
data class GetDbSubnetGroupResult(val dbSubnetGroupDescription: String? = null, val tags: List<DbSubnetGroupTag>? = null)
Constructors
Link copied to clipboard
fun GetDbSubnetGroupResult(dbSubnetGroupDescription: String? = null, tags: List<DbSubnetGroupTag>? = null)