Get Cluster Subnet Group Result
data class GetClusterSubnetGroupResult(val clusterSubnetGroupName: String? = null, val description: String? = null, val subnetIds: List<String>? = null)
Constructors
Link copied to clipboard
fun GetClusterSubnetGroupResult(clusterSubnetGroupName: String? = null, description: String? = null, subnetIds: List<String>? = null)