Get Ip Set Result
data class GetIpSetResult(val addresses: List<String>? = null, val arn: String? = null, val description: String? = null, val id: String? = null, val ipAddressVersion: IpSetIpAddressVersion? = null, val tags: List<IpSetTag>? = null)
Constructors
Link copied to clipboard
fun GetIpSetResult(addresses: List<String>? = null, arn: String? = null, description: String? = null, id: String? = null, ipAddressVersion: IpSetIpAddressVersion? = null, tags: List<IpSetTag>? = null)