Get Cidr Collection Result
data class GetCidrCollectionResult(val arn: String? = null, val id: String? = null, val locations: List<CidrCollectionLocation>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, id: String? = null, locations: List<CidrCollectionLocation>? = null)