GetSubnetGroupResult

data class GetSubnetGroupResult(val description: String? = null, val subnetIds: List<String>? = null, val tags: List<SubnetGroupTag>? = null)

Constructors

Link copied to clipboard
fun GetSubnetGroupResult(description: String? = null, subnetIds: List<String>? = null, tags: List<SubnetGroupTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

The description for the cache subnet group.

Link copied to clipboard
val subnetIds: List<String>? = null

The EC2 subnet IDs for the cache subnet group.

Link copied to clipboard
val tags: List<SubnetGroupTag>? = null