Get Nat Gateway Result
data class GetNatGatewayResult(val natGatewayId: String? = null, val secondaryAllocationIds: List<String>? = null, val secondaryPrivateIpAddressCount: Int? = null, val secondaryPrivateIpAddresses: List<String>? = null, val tags: List<NatGatewayTag>? = null)
Constructors
Link copied to clipboard
fun GetNatGatewayResult(natGatewayId: String? = null, secondaryAllocationIds: List<String>? = null, secondaryPrivateIpAddressCount: Int? = null, secondaryPrivateIpAddresses: List<String>? = null, tags: List<NatGatewayTag>? = null)