Get Nat Gateway Result
data class GetNatGatewayResult(val allocationId: String, val associationId: String, val connectivityType: String, val filters: List<GetNatGatewayFilter>? = null, val id: String, val networkInterfaceId: String, val privateIp: String, val publicIp: String, val state: String, val subnetId: String, val tags: Map<String, String>, val vpcId: String)
A collection of values returned by getNatGateway.